mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +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;
|
||||
} while (findStatnum--);
|
||||
Gv_SetVarX(returnVar, foundSprite);
|
||||
continue;
|
||||
dispatch();
|
||||
}
|
||||
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue