From 67cfc8b2c23177f036eda97f3423d062ba0c3e90 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 29 Dec 2017 23:19:43 +0100 Subject: * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c. --- Source/PSXSDKIntro.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/PSXSDKIntro.c') diff --git a/Source/PSXSDKIntro.c b/Source/PSXSDKIntro.c index ce33727..49e663f 100644 --- a/Source/PSXSDKIntro.c +++ b/Source/PSXSDKIntro.c @@ -1,7 +1,6 @@ /* ************************************* * Includes * *************************************/ - #include "PSXSDKIntro.h" #include "System.h" #include "Gfx.h" @@ -10,11 +9,9 @@ /* ************************************* * Defines * *************************************/ - /* ************************************** * Structs and enums * * *************************************/ - enum { PSX_W = 48, @@ -105,7 +102,6 @@ enum /* ************************************* * Local Prototypes * *************************************/ - static void PSXSDKIntroDrawConsole(void); static void PSXSDKIntroRunTimers(void); static void PSXSDKIntroDrawDisk(void); @@ -115,7 +111,6 @@ static void PSXSDKIntroDrawChar(short x, short y, char ch); /* ************************************* * Local variables * *************************************/ - // Events static bool PSXSDKIntroCloseShellEvent; static bool PSXSDKIntroCloseShellEventReminder; @@ -133,7 +128,6 @@ static char* strPSXSDKIntroAuthor = {"BY NEXTVOLUME"}; /* ************************************* * Global variables * *************************************/ - GsSprite PsxDisk; GsSprite PSXSDKIntroFont; GsSprite GPL_Logo; -- cgit v1.2.3