summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-01-22 17:48:08 +0000
committerfrosch <frosch@openttd.org>2008-01-22 17:48:08 +0000
commita242dadad24f752c8e97af8464f425a7774f0e93 (patch)
tree810014ffd4cea94ba5f29e43a23535441ee0156a /src/genworld.cpp
parent8a72af3a13f1046d5ec26cbc95babc3712ba1509 (diff)
downloadopenttd-a242dadad24f752c8e97af8464f425a7774f0e93.tar.xz
(svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.
Tiles which only consist of shore do not flood anymore, instead they get removed if they are no longer connected to flooding water.
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index c6c15cc39..f33df1a25 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -24,6 +24,7 @@
#include "engine.h"
#include "settings_type.h"
#include "newgrf_storage.h"
+#include "water.h"
#include "table/sprites.h"