summaryrefslogtreecommitdiff
path: root/src/ship_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 00:57:19 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 00:57:19 +0000
commitb0ac283aeca94df1af922bc3e02d456464486427 (patch)
tree3567936f8a68355c82a35bbc85088b7110d0c507 /src/ship_cmd.cpp
parent64fc2ade9eae131c9a65ef1341d373544168a497 (diff)
downloadopenttd-b0ac283aeca94df1af922bc3e02d456464486427.tar.xz
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
Diffstat (limited to 'src/ship_cmd.cpp')
-rw-r--r--src/ship_cmd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp
index 4ab205d40..cc2f872d5 100644
--- 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};