Winderp = myderp

This commit is contained in:
Phillip Stephens 2016-09-25 11:20:58 -07:00
parent 23b6bd350e
commit 6c765d19fd
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ bool CPlayer::IsPlayerDeadEnough() const
else if (x2f8_morphTransState == 1)
return x9f4_ < 6.f;
return false;}
return false;
}
void CPlayer::AsyncLoadSuit(CStateManager& mgr)
{