diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index ff66f9a80..b45d4e853 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -5781,7 +5781,7 @@ void C_Compile(const char *filenam) // initprintf("script: %d, bitptr: %d\n",script,bitptr); g_numLabels = g_numDefaultLabels = 0; - g_scriptPtr = script+1; + g_scriptPtr = script+3; // move permits constants 0 and 1; moveptr[1] would be script[2] (reachable?) g_numCompilerWarnings = 0; g_numCompilerErrors = 0; g_lineNumber = 1;