From e7e764e7aa6ab13e7c0bb7025da5031c8fef6e47 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Sun, 18 Nov 2018 20:25:04 +0100 Subject: Removed warning caused by implicit casting from double to int. Windows-like path was being incorrectly used. Added tileset.ini --- Source/MapEditor/tileset.ini | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) mode change 100644 => 100755 Source/MapEditor/tileset.ini (limited to 'Source/MapEditor/tileset.ini') diff --git a/Source/MapEditor/tileset.ini b/Source/MapEditor/tileset.ini old mode 100644 new mode 100755 index 81fe066..488e023 --- a/Source/MapEditor/tileset.ini +++ b/Source/MapEditor/tileset.ini @@ -1,21 +1,21 @@ -[tileset1] -tile0 = "Grass" -tile1 = "Asphalt with borders" -tile2 = "Water" -tile3 = "Asphalt" -tile4 = "Runway mid" -tile5 = "Runway start/end 1" -tile6 = "Runway start/end 2" -tile7 = "Parking 1" -tile8 = "Parking 2" -tile9 = "Taxiway crossing, grass border" -tile10 = "Taxiway, grass border" -tile11 = "Taxiway corner, grass border 1" -tile12 = "Water grass border 1" -tile13 = "Water grass border 2" -tile14 = "Runway holding point 1" -tile15 = "Runway holding point 2" -tile16 = "Runway enter/exit, asphalt border 1" -tile17 = "Taxiway corner, grass border 2" -tile18 = "Taxiway 4-way crossing, grass border" +[tileset1] +tile0 = "Grass" +tile1 = "Asphalt with borders" +tile2 = "Water" +tile3 = "Asphalt" +tile4 = "Runway mid" +tile5 = "Runway start/end 1" +tile6 = "Runway start/end 2" +tile7 = "Parking 1" +tile8 = "Parking 2" +tile9 = "Taxiway crossing, grass border" +tile10 = "Taxiway, grass border" +tile11 = "Taxiway corner, grass border 1" +tile12 = "Water grass border 1" +tile13 = "Water grass border 2" +tile14 = "Runway holding point 1" +tile15 = "Runway holding point 2" +tile16 = "Runway enter/exit, asphalt border 1" +tile17 = "Taxiway corner, grass border 2" +tile18 = "Taxiway 4-way crossing, grass border" tile19 = "Runway enter/exit, asphalt border 2" \ No newline at end of file -- cgit v1.2.3