diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index 088eef788..22a262ad8 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -5344,7 +5344,8 @@ repeatcase: j = *(g_scriptPtr-1); g_scriptPtr--; C_SkipComments(); - return C_SetScriptSize(j); + if (C_SetScriptSize(j)) return 1; + continue; case CON_FALL: case CON_TIP: