- rename ZSprites to VisualThinkers

This commit is contained in:
Rachael Alexanderson 2023-11-22 11:29:49 -05:00
commit 4b54aac288
13 changed files with 79 additions and 79 deletions

View file

@ -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);
}