variables.h
changeset 1417 fd04b8a2eefc
parent 1406 2d5baabe4046
child 1459 6c1f01803928
--- a/variables.h	Thu Mar 03 14:56:28 2005 +0000
+++ b/variables.h	Thu Mar 03 19:54:46 2005 +0000
@@ -427,8 +427,8 @@
 /* station_cmd.c */
 // there are 5 types of airport (Country (3x4) , City(6x6), Metropolitan(6x6), International(7x7), Heliport(1x1)
 // will become obsolete once airports are loaded from seperate file
-extern const byte _airport_size_x[5];
-extern const byte _airport_size_y[5];
+extern const byte _airport_size_x[];
+extern const byte _airport_size_y[];
 
 /* misc */
 VARDEF char _screenshot_name[128];