summaryrefslogtreecommitdiff
path: root/src/disaster_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-07 22:29:47 +0000
committerrubidium <rubidium@openttd.org>2011-02-07 22:29:47 +0000
commitfaf5d899f7c162e1b8762ba5a781ea13fa58330f (patch)
treeee16420cdb29e9b606b0e4f4fdf6fd91ce7ee63e /src/disaster_cmd.cpp
parent68ace1b79bb712b471eb0d19ade19b20a7ad271d (diff)
downloadopenttd-faf5d899f7c162e1b8762ba5a781ea13fa58330f.tar.xz
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
Diffstat (limited to 'src/disaster_cmd.cpp')
-rw-r--r--src/disaster_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disaster_cmd.cpp b/src/disaster_cmd.cpp
index a0998a55d..9c4accc94 100644
--- a/src/disaster_cmd.cpp
+++ b/src/disaster_cmd.cpp
@@ -34,7 +34,7 @@
#include "company_func.h"
#include "strings_func.h"
#include "date_func.h"
-#include "functions.h"
+#include "viewport_func.h"
#include "vehicle_func.h"
#include "sound_func.h"
#include "effectvehicle_func.h"