station_cmd.c
changeset 1417 fd04b8a2eefc
parent 1368 228a2fc009e8
child 1423 50abec7ebe37
--- a/station_cmd.c	Thu Mar 03 14:56:28 2005 +0000
+++ b/station_cmd.c	Thu Mar 03 19:54:46 2005 +0000
@@ -60,8 +60,8 @@
 
 // FIXME -- need to be embedded into Airport variable. Is dynamically
 // deducteable from graphics-tile array, so will not be needed
-const byte _airport_size_x[5] = {4, 6, 1, 6, 7 };
-const byte _airport_size_y[5] = {3, 6, 1, 6, 7 };
+const byte _airport_size_x[] = {4, 6, 1, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1};
+const byte _airport_size_y[] = {3, 6, 1, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1};
 
 void ShowAircraftDepotWindow(uint tile);
 extern void UpdateAirplanesOnNewStation(Station *st);