mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Fix CON_SCRIPTSIZE
git-svn-id: https://svn.eduke32.com/eduke32@1897 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
480df8187b
commit
5a7183ab79
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue