From 5a7183ab7935d322ac3c3a2c8353d42943f8baa1 Mon Sep 17 00:00:00 2001 From: terminx Date: Fri, 27 May 2011 21:24:01 +0000 Subject: [PATCH] Fix CON_SCRIPTSIZE git-svn-id: https://svn.eduke32.com/eduke32@1897 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gamedef.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: