Fix using defined move/ai/action names in switch/case statements

git-svn-id: https://svn.eduke32.com/eduke32@6131 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-05-17 05:46:59 +00:00
parent a955f415c4
commit ca30328f53

View file

@ -4929,7 +4929,7 @@ repeatcase:
if (tw == CON_CASE)
{
g_numCases++;
C_GetNextValue(LABEL_DEFINE);
C_GetNextValue(LABEL_ANY);
j= *(--g_scriptPtr);
}