- moved UpdateVRModes, AppActive and gamestate into the backend.

This commit is contained in:
Christoph Oelckers 2022-10-02 14:25:19 +02:00
commit 8e6bdd72fa
6 changed files with 34 additions and 32 deletions

View file

@ -332,7 +332,7 @@ bool nospriterename;
FStartupInfo GameStartupInfo;
FString lastIWAD;
int restart = 0;
bool AppActive = true;
extern bool AppActive;
bool playedtitlemusic;
FStartScreen* StartScreen;