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:
terminx 2018-12-15 01:37:08 +00:00
parent b3d1002b58
commit f782a86675

View file

@ -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();