aboutsummaryrefslogtreecommitdiff
path: root/Source/PSXSDKIntro.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-12-29 23:19:43 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-12-29 23:19:43 +0100
commit67cfc8b2c23177f036eda97f3423d062ba0c3e90 (patch)
tree736dd4c76c30bf0f74ef4bf73f1218219ab26dc0 /Source/PSXSDKIntro.c
parent0d1df70f2d1a08fdb6389391ee59afc5fbc6277a (diff)
downloadairport-67cfc8b2c23177f036eda97f3423d062ba0c3e90.tar.gz
* 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.
Diffstat (limited to 'Source/PSXSDKIntro.c')
-rw-r--r--Source/PSXSDKIntro.c6
1 files changed, 0 insertions, 6 deletions
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;