From d1f55e8b45df2dfd84bdde3e2566ef14c9ba40f1 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 11 Jun 2017 13:58:33 +0200 Subject: * Tried to get some work done in MapEditor with no success so far. * Timers with no repeat flag were being set to NULL, but this is not actually desired! * Reenabled transparency for aircraft shadow. * Deprecated NotificationRequest flags, and replaced by system timer handling. --- Source/Menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Menu.c') 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) { -- cgit v1.2.3