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/EndAnimation.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/EndAnimation.c') diff --git a/Source/EndAnimation.c b/Source/EndAnimation.c index 582dc17..75edc85 100644 --- a/Source/EndAnimation.c +++ b/Source/EndAnimation.c @@ -1,7 +1,6 @@ /* ************************************* * Includes * *************************************/ - #include "EndAnimation.h" #include "Global_Inc.h" #include "Gfx.h" @@ -10,11 +9,9 @@ /* ************************************* * Defines * *************************************/ - /* ************************************* * Structs and enums * *************************************/ - enum { END_ANIMATION_FADEOUT_STEP = 8, @@ -39,7 +36,6 @@ enum /* ************************************* * Local Prototypes * *************************************/ - static void EndAnimationSquares(void); static void EndAnimationFadeOut(void); static void EndAnimationLine(void); @@ -47,7 +43,6 @@ static void EndAnimationLine(void); /* ************************************* * Local Variables * *************************************/ - static GsRectangle EndAnimationRect; static GsSprite EndAnimationDisplay; -- cgit v1.2.3