mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- Reset thinkTime for kDudeModernCustomDude
copied from NBlood commit a32f6d5f47f06ea3e97b66bdb4dcfafd319961ac
This commit is contained in:
parent
1e356741f9
commit
b26917f848
1 changed files with 1 additions and 1 deletions
|
@ -2536,7 +2536,7 @@ void aiGenDudeInitSprite(DBloodActor* actor)
|
|||
case kDudeModernCustom:
|
||||
{
|
||||
DUDEEXTRA_STATS* pDudeExtraE = &actor->dudeExtra.stats;
|
||||
pDudeExtraE->active = 0;
|
||||
pDudeExtraE->active = pDudeExtraE->thinkTime = 0;
|
||||
aiGenDudeNewState(actor, &genDudeIdleL);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue