CTitleStateIntro_patches: make g_quitMessageOpen not static

This commit is contained in:
Hyper 2025-01-19 15:42:05 +00:00
parent b56c0b8209
commit fde108178d

View file

@ -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;