From 6629a61c3bde7a79c7ac32d6bffbc72e31e91fc3 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 16 Sep 2017 03:21:15 +0200 Subject: * Removed unneeded -g flag from Makefile. * Aircraft now prevents collision against other aircraft if state == STATE_TAXIING. * Game: new event handlers for new Aircraft collision prevention algorithm. * Font: although not compulsory, _blend_effect_lum should be volatile. * Other minor changes. --- Source/LoadMenu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/LoadMenu.c') diff --git a/Source/LoadMenu.c b/Source/LoadMenu.c index 4aa6221..60b00a7 100644 --- a/Source/LoadMenu.c +++ b/Source/LoadMenu.c @@ -426,8 +426,6 @@ void ISR_LoadMenuVBlank(void) LOADING_BAR_Y + LOADING_BAR_HEIGHT + 8, strCurrentFile ); - //FontSetFlags(&SmallFont, FONT_NOFLAGS); - GfxDrawScene_Fast(); } -- cgit v1.2.3