mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 02:19:11 +00:00
Runtime/MP1: Replace bitfield unions with constructor initializers
This commit is contained in:
@@ -20,15 +20,11 @@ public:
|
||||
|
||||
private:
|
||||
EWhichMovie x18_which;
|
||||
union {
|
||||
struct {
|
||||
bool x78_24_ : 1;
|
||||
bool x78_25_ : 1;
|
||||
bool x78_26_resultsScreen : 1;
|
||||
bool x78_27_ : 1;
|
||||
};
|
||||
u16 _dummy = 0;
|
||||
};
|
||||
bool x78_24_ : 1;
|
||||
bool x78_25_ : 1;
|
||||
bool x78_26_resultsScreen : 1;
|
||||
bool x78_27_ : 1;
|
||||
|
||||
static bool IsResultsScreen(EWhichMovie which);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user