change m_ZeroEnergyBounceInLastTick to bool

This commit is contained in:
c0d3d3v 2022-06-10 17:46:32 +02:00
parent 4e6cfc5d40
commit 24e1fa9a73
No known key found for this signature in database
GPG key ID: 068AF680530DFF31
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ private:
int m_Bounces;
int m_EvalTick;
int m_Owner;
int m_ZeroEnergyBounceInLastTick;
bool m_ZeroEnergyBounceInLastTick;
// DDRace

View file

@ -30,7 +30,7 @@ private:
int m_EvalTick;
int m_Owner;
int m_TeamMask;
int m_ZeroEnergyBounceInLastTick;
bool m_ZeroEnergyBounceInLastTick;
// DDRace