2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:47:42 +00:00

YAML RAII refactor

This commit is contained in:
Jack Andersen
2017-02-12 13:56:03 -10:00
parent 1b8baca988
commit 748e81ae6e
29 changed files with 1314 additions and 1842 deletions

View File

@@ -47,7 +47,7 @@ class CMFGameLoader : public CMFGameLoaderBase
struct
{
bool x2c_24_initialized : 1;
bool x2c_25_ : 1;
bool x2c_25_transitionFinished : 1;
};
u8 _dummy = 0;
};