Windows: More proper shutdown

This commit is contained in:
APAmk2
2026-03-01 22:13:44 +04:00
parent b865228eed
commit 3db164d913
3 changed files with 5 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ public:
// original code
virtual void TemporaryCreateGameStart();
bool m_bShutdown;
};
extern CConsoleMinecraftApp app;