mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 23:14:07 +01:00
Remove extraneous reset of loop var.
Fixes #135 Thanks to bylins for the fix - https://github.com/bylins
This commit is contained in:
parent
e76c603110
commit
2e152a2424
1 changed files with 0 additions and 1 deletions
|
|
@ -2579,7 +2579,6 @@ int script_driver(void *go_adress, trig_data *trig, int type, int mode)
|
|||
temp->original = cl;
|
||||
} else {
|
||||
cl = temp;
|
||||
loops = 0;
|
||||
}
|
||||
} else if (!strn_cmp("switch ", p, 7)) {
|
||||
cl = find_case(trig, cl, go, sc, type, p + 7);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue