aboutsummaryrefslogtreecommitdiff
path: root/Source/GameStructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/GameStructures.h')
-rw-r--r--Source/GameStructures.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/GameStructures.h b/Source/GameStructures.h
index 557c73f..1eff166 100644
--- a/Source/GameStructures.h
+++ b/Source/GameStructures.h
@@ -81,12 +81,12 @@ typedef struct t_cartpos
}TYPE_CARTESIAN_POS;
typedef struct t_tileData
-{
+{
bool ShowTile;
TYPE_CARTESIAN_POS CartPos;
unsigned char r;
unsigned char g;
- unsigned char b;
+ unsigned char b;
}TYPE_TILE_DATA;
typedef struct t_flightData