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:
terminx 2019-05-19 03:53:42 +00:00 committed by Christoph Oelckers
parent 6a458273a0
commit 271cdeaf5d
1 changed files with 1 additions and 1 deletions

View File

@ -5293,7 +5293,7 @@ badindex:
break;
} while (findStatnum--);
Gv_SetVarX(returnVar, foundSprite);
continue;
dispatch();
}
do