diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-06-11 13:58:33 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-06-11 13:58:33 +0200 |
| commit | d1f55e8b45df2dfd84bdde3e2566ef14c9ba40f1 (patch) | |
| tree | 1b6f25f6dfecbbd94b7b9db271dea7cde8ea6221 /Source/Menu.c | |
| parent | 022c72fe369da0045f9ca7dd4b8d4d7dd169c87c (diff) | |
| download | airport-d1f55e8b45df2dfd84bdde3e2566ef14c9ba40f1.tar.gz | |
* 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.
Diffstat (limited to 'Source/Menu.c')
| -rw-r--r-- | Source/Menu.c | 4 |
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) { |
