2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Merge pull request #47 from lioncash/bool

CPatterned: Correct use of bool in bitfield
This commit is contained in:
2019-08-23 23:04:37 -07:00
committed by GitHub

View File

@@ -178,7 +178,7 @@ protected:
bool x400_29_pendingMassiveFrozenDeath : 1; bool x400_29_pendingMassiveFrozenDeath : 1;
bool x400_30_patternShagged : 1; bool x400_30_patternShagged : 1;
bool x400_31_isFlyer : 1; bool x400_31_isFlyer : 1;
bool x401_24_pathOverCount : 2; uint32_t x401_24_pathOverCount : 2;
bool x401_26_disableMove : 1; bool x401_26_disableMove : 1;
bool x401_27_phazingOut : 1; bool x401_27_phazingOut : 1;
bool x401_28_burning : 1; bool x401_28_burning : 1;