summaryrefslogtreecommitdiff
path: root/disaster_cmd.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-05-01 11:27:39 +0000
committerpeter1138 <peter1138@openttd.org>2006-05-01 11:27:39 +0000
commitd1fa0742a5cf4b25ef35a312ddf8918c015e9ce5 (patch)
treef9b79e6bc23b89c636bd561a097b8f9bc78d971c /disaster_cmd.c
parent80a75e35738c505727fc546868fb34db3cc52a56 (diff)
downloadopenttd-d1fa0742a5cf4b25ef35a312ddf8918c015e9ce5.tar.xz
(svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere.
Diffstat (limited to 'disaster_cmd.c')
-rw-r--r--disaster_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disaster_cmd.c b/disaster_cmd.c
index ec1301405..7ca50a7cb 100644
--- a/disaster_cmd.c
+++ b/disaster_cmd.c
@@ -16,7 +16,7 @@
#include "town.h"
#include "industry.h"
#include "player.h"
-#include "airport_movement.h"
+#include "airport.h"
#include "sound.h"
#include "variables.h"
#include "table/sprites.h"