mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Restore an insptr++ when executing "endswitch".
git-svn-id: https://svn.eduke32.com/eduke32@5109 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
75801f2e68
commit
47ddef2521
1 changed files with 1 additions and 0 deletions
|
@ -2455,6 +2455,7 @@ nullquote:
|
||||||
}
|
}
|
||||||
|
|
||||||
case CON_ENDSWITCH:
|
case CON_ENDSWITCH:
|
||||||
|
insptr++;
|
||||||
case CON_ENDEVENT:
|
case CON_ENDEVENT:
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue