- Reset thinkTime for kDudeModernCustomDude

copied from NBlood commit a32f6d5f47f06ea3e97b66bdb4dcfafd319961ac
This commit is contained in:
Christoph Oelckers 2022-05-06 01:11:44 +02:00
parent 1e356741f9
commit b26917f848

View file

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