- rename ZSprites to VisualThinkers
This commit is contained in:
parent
c42b51d5eb
commit
4b54aac288
13 changed files with 79 additions and 79 deletions
|
|
@ -809,7 +809,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(DThinker, ChangeStatNum, ChangeStatNum)
|
|||
PARAM_INT(stat);
|
||||
|
||||
// do not allow ZScript to reposition thinkers in or out of particle ticking.
|
||||
if (stat != STAT_SPRITE && !dynamic_cast<DZSprite*>(self))
|
||||
if (stat != STAT_VISUALTHINKER && !dynamic_cast<DVisualThinker*>(self))
|
||||
{
|
||||
ChangeStatNum(self, stat);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue