mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-23 23:05:48 -04:00
CTitleStateIntro_patches: make g_quitMessageOpen not static
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <user/paths.h>
|
||||
#include <app.h>
|
||||
|
||||
static bool g_quitMessageOpen = false;
|
||||
bool g_quitMessageOpen = false;
|
||||
static bool g_quitMessageFaderBegun = false;
|
||||
static int g_quitMessageResult = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user