mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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:
|
||||
insptr++;
|
||||
case CON_ENDEVENT:
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue