summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-05-08 16:48:29 +0000
committersmatz <smatz@openttd.org>2008-05-08 16:48:29 +0000
commitb4968c6bea212fcc655147a91063973a103abdf7 (patch)
tree4102a7e524984bc47f14e70bc388938ea0c957c7 /src/settings.cpp
parent11d36d5e46ca4c03cc8e3a94fc248fdfabd90e3a (diff)
downloadopenttd-b4968c6bea212fcc655147a91063973a103abdf7.tar.xz
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 8d5e46bba..d109e1a1e 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -53,6 +53,7 @@
#include "textbuf_gui.h"
#include "string_func.h"
#include "rail_gui.h"
+#include "elrail_func.h"
#include "gui.h"
#include "town.h"
#include "video/video_driver.hpp"