mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 12:57:01 +00:00
Runtime/MP1/World: Replace bitfield unions with constructor initializers
This commit is contained in:
@@ -30,12 +30,7 @@ public:
|
||||
};
|
||||
|
||||
class CMetroid : public CPatterned {
|
||||
union {
|
||||
struct {
|
||||
bool x9bf_29_ : 1;
|
||||
};
|
||||
u32 _dummy = 0;
|
||||
};
|
||||
bool x9bf_29_ : 1;
|
||||
|
||||
public:
|
||||
DEFINE_PATTERNED(Metroid)
|
||||
|
||||
Reference in New Issue
Block a user