mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
I'm pretty sure this is a bug
git-svn-id: https://svn.eduke32.com/eduke32@7253 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b3d1002b58
commit
f782a86675
1 changed files with 1 additions and 1 deletions
|
@ -4120,7 +4120,7 @@ DO_DEFSTATE:
|
|||
auto const tempscrptr = (intptr_t *)apScript+offset;
|
||||
scriptWritePointer((intptr_t)g_scriptPtr, tempscrptr);
|
||||
|
||||
if (tw != CON_WHILEVARVARN)
|
||||
if (tw != CON_WHILEVARVARN && tw != CON_WHILEVARVARL)
|
||||
{
|
||||
j = C_GetKeyword();
|
||||
|
||||
|
|
Loading…
Reference in a new issue