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:
hendricks266 2015-03-29 02:39:49 +00:00
parent 75801f2e68
commit 47ddef2521

View file

@ -2455,6 +2455,7 @@ nullquote:
}
case CON_ENDSWITCH:
insptr++;
case CON_ENDEVENT:
return;