mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
CTitleStateIntro_patches: make g_quitMessageOpen not static
This commit is contained in:
parent
b56c0b8209
commit
fde108178d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue