aboutsummaryrefslogtreecommitdiff
path: root/Source/Menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Menu.c')
-rw-r--r--Source/Menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Menu.c b/Source/Menu.c
index 5e6ac72..d83b92f 100644
--- a/Source/Menu.c
+++ b/Source/Menu.c
@@ -244,8 +244,6 @@ void MainMenuInit(void)
PadAddCheat(&StackCheckCheat);
- GfxSetGlobalLuminance(NORMAL_LUMINANCE);
-
LoadMenuEnd();
}
@@ -258,6 +256,8 @@ void MainMenu(void)
#ifndef NO_INTRO
PSXSDKIntro();
#endif //PSXSDK_DEBUG
+
+ GfxSetGlobalLuminance(NORMAL_LUMINANCE);
while(1)
{