Initialize m_iBadPlaceIndex to 0

This commit is contained in:
smallmodel 2023-11-14 00:06:26 +01:00
parent befcedcf58
commit 990aa5cdb2
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -2935,6 +2935,7 @@ Actor::Actor()
m_iCurrentHistory = 0;
m_bAnimating = false;
m_bIgnoreBadPlace = false;
m_iBadPlaceIndex = 0;
m_bBecomeRunner = false;
m_bEnemySwitch = true;
m_iNationality = ACTOR_NATIONALITY_DEFAULT;