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

Initial CFlameThrower imps

This commit is contained in:
2019-04-16 01:00:46 -07:00
parent 1f10769af3
commit 28071851ad
9 changed files with 87 additions and 15 deletions

View File

@@ -49,7 +49,9 @@ struct CTweakGame final : ITweakGame {
CTweakGame() = default;
CTweakGame(athena::io::IStreamReader& in) {
this->read(in);
#ifdef NDEBUG
x2b_splashScreensDisabled = false;
#endif
}
void initCVars(hecl::CVarManager* mgr);