From d1fa0742a5cf4b25ef35a312ddf8918c015e9ce5 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 1 May 2006 11:27:39 +0000 Subject: (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. --- disaster_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disaster_cmd.c') 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" -- cgit v1.2.3-54-g00ecf