mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
Fix errant "continue" found remaining in the CON_FINDNEARACTOR family of functions
git-svn-id: https://svn.eduke32.com/eduke32@7640 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6a458273a0
commit
271cdeaf5d
1 changed files with 1 additions and 1 deletions
|
@ -5293,7 +5293,7 @@ badindex:
|
||||||
break;
|
break;
|
||||||
} while (findStatnum--);
|
} while (findStatnum--);
|
||||||
Gv_SetVarX(returnVar, foundSprite);
|
Gv_SetVarX(returnVar, foundSprite);
|
||||||
continue;
|
dispatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue