5383: change m_ZeroEnergyBounceInLastTick to bool r=def- a=C0D3D3V



## Checklist

- [x] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [x] Considered possible null pointers and out of bounds array indexing
- [x] Changed no physics that affect existing maps
- [x] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: c0d3d3v <c0d3d3v@mag-keinen-spam.de>
This commit is contained in:
bors[bot] 2022-06-10 15:57:44 +00:00 committed by GitHub
commit a8f9eda771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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