diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index c0ee542cb..fe1e98709 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -5809,6 +5809,10 @@ repeatcase: continue; case CON_RETURN: + if (g_checkingSwitch) + return 1; + continue; + case CON_BREAK: if (g_checkingSwitch) {