diff --git a/polymer/eduke32/source/gamedef.c b/polymer/eduke32/source/gamedef.c index afcf511a0..9876f123e 100644 --- a/polymer/eduke32/source/gamedef.c +++ b/polymer/eduke32/source/gamedef.c @@ -3980,14 +3980,14 @@ static int32_t C_ParseCommand(int32_t loop) case CON_SETTSPR: { int32_t lLabelID; - +#if 0 if (g_currentEvent != EVENT_ANIMATESPRITES) { C_ReportError(-1); initprintf("%s:%d: warning: found `%s' outside of EVENT_ANIMATESPRITES\n",g_szScriptFileName,g_lineNumber,tempbuf); g_numCompilerWarnings++; } - +#endif // syntax getwall[].x // gets the value of wall[].xxx into