mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +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;
|
continue;
|
||||||
|
|
||||||
case CON_RETURN:
|
case CON_RETURN:
|
||||||
|
if (g_checkingSwitch)
|
||||||
|
return 1;
|
||||||
|
continue;
|
||||||
|
|
||||||
case CON_BREAK:
|
case CON_BREAK:
|
||||||
if (g_checkingSwitch)
|
if (g_checkingSwitch)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue