C-CON: Fix the return command within events, broken since r5097.

git-svn-id: https://svn.eduke32.com/eduke32@5522 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-01-08 01:33:05 +00:00
parent 5d9b8a2bb1
commit 8cd708cef4

View file

@ -5809,6 +5809,10 @@ repeatcase:
continue;
case CON_RETURN:
if (g_checkingSwitch)
return 1;
continue;
case CON_BREAK:
if (g_checkingSwitch)
{