mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
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:
parent
5d9b8a2bb1
commit
8cd708cef4
1 changed files with 4 additions and 0 deletions
|
@ -5809,6 +5809,10 @@ repeatcase:
|
|||
continue;
|
||||
|
||||
case CON_RETURN:
|
||||
if (g_checkingSwitch)
|
||||
return 1;
|
||||
continue;
|
||||
|
||||
case CON_BREAK:
|
||||
if (g_checkingSwitch)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue