mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-20 18:42:26 +00:00
C-CON: remove "found `gettspr' outside of EVENT_ANIMATESPRITES" warning.
Because one may obviously use gettspr/settspr in states called from that event. git-svn-id: https://svn.eduke32.com/eduke32@3820 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e71bc9d19d
commit
a52130a996
1 changed files with 2 additions and 2 deletions
|
@ -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[<var>].x <VAR>
|
||||
// gets the value of wall[<var>].xxx into <VAR>
|
||||
|
||||
|
|
Loading…
Reference in a new issue