From bd23878d45f3e0ec2336b903bacc110688aac9bd Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Wed, 28 Jun 2017 16:19:36 +0200 Subject: * Added font spacing parameter. * Removed obsolete, unused functions. * Performance optimization: routines inside GameCalculations() were computating a big loop several times, so this has been modified so that loop is only performed once. * Initial implementation for GameGetAircraftTilemap(). Still some work TODO. --- Source/GameStructures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/GameStructures.h') diff --git a/Source/GameStructures.h b/Source/GameStructures.h index e308531..8c459e3 100644 --- a/Source/GameStructures.h +++ b/Source/GameStructures.h @@ -211,6 +211,7 @@ typedef enum t_fontflags typedef struct t_Font { GsSprite spr; + short char_spacing; short char_w; short char_h; char init_ch; -- cgit v1.2.3