2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Fix logic derp in Think

This commit is contained in:
2018-05-14 19:59:52 -07:00
parent 10d36ac1d6
commit 9929dfbc6a
2 changed files with 7 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ private:
bool x44_25_disableUpdate : 1;
bool x44_26_ : 1;
bool x44_27_ : 1;
bool x44_28_ : 1;
bool x44_28_playing : 1;
bool x44_29_ : 1;
};
u8 _dummy = 0;