mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
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:
parent
a955f415c4
commit
ca30328f53
1 changed files with 1 additions and 1 deletions
|
@ -4929,7 +4929,7 @@ repeatcase:
|
||||||
if (tw == CON_CASE)
|
if (tw == CON_CASE)
|
||||||
{
|
{
|
||||||
g_numCases++;
|
g_numCases++;
|
||||||
C_GetNextValue(LABEL_DEFINE);
|
C_GetNextValue(LABEL_ANY);
|
||||||
j= *(--g_scriptPtr);
|
j= *(--g_scriptPtr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue