From f782a866759ee7c3aff74a803c4fbde1a63e82c3 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 15 Dec 2018 01:37:08 +0000 Subject: [PATCH] I'm pretty sure this is a bug git-svn-id: https://svn.eduke32.com/eduke32@7253 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/gamedef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/duke3d/src/gamedef.cpp b/source/duke3d/src/gamedef.cpp index 9e0ffa254..de9796120 100644 --- a/source/duke3d/src/gamedef.cpp +++ b/source/duke3d/src/gamedef.cpp @@ -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();