diff options
author | smatz <smatz@openttd.org> | 2008-05-08 16:48:29 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-05-08 16:48:29 +0000 |
commit | 386a3f1d208a67af646da9a0bedba375858f822c (patch) | |
tree | 4102a7e524984bc47f14e70bc388938ea0c957c7 /src/misc | |
parent | 4a11ebe76fcaba45954aa2b6f29e6e75a8c30942 (diff) | |
download | openttd-386a3f1d208a67af646da9a0bedba375858f822c.tar.xz |
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/dbg_helpers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/dbg_helpers.cpp b/src/misc/dbg_helpers.cpp index c019ce5de..6db02e8ef 100644 --- a/src/misc/dbg_helpers.cpp +++ b/src/misc/dbg_helpers.cpp @@ -5,6 +5,7 @@ #include "../stdafx.h" #include "../openttd.h" #include "../direction_type.h" +#include "../strings_type.h" #include "../rail.h" #include "../rail_map.h" #include "dbg_helpers.h" |