diff src/ship_cmd.cpp @ 8211:165064de4629 draft

(svn r11774) -Change: do not include variables.h in a header when it is not needed.
author rubidium <rubidium@openttd.org>
date Mon, 07 Jan 2008 00:57:19 +0000 (2008-01-07)
parents 019833e42fda
children 11263ebe590a
line wrap: on
line diff
--- a/src/ship_cmd.cpp
+++ b/src/ship_cmd.cpp
@@ -34,6 +34,8 @@
 #include "date_func.h"
 #include "vehicle_func.h"
 #include "sound_func.h"
+#include "variables.h"
+
 
 static const uint16 _ship_sprites[] = {0x0E5D, 0x0E55, 0x0E65, 0x0E6D};