mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
- one more stat constant.
This commit is contained in:
parent
8735e24d99
commit
ae37461feb
1 changed files with 1 additions and 1 deletions
|
@ -1624,7 +1624,7 @@ static void greenslime(DDukeActor *actor)
|
|||
if (actor->timetosleep > SLEEPTIME)
|
||||
{
|
||||
actor->timetosleep = 0;
|
||||
ChangeActorStat(actor, 2);
|
||||
ChangeActorStat(actor, STAT_ZOMBIEACTOR);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue