summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-19 17:00:54 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-19 17:00:54 +0000
commit0c6bdb0d2151befdab8ad9a989e2283b4f715df1 (patch)
tree3ebc439212ad8c6abadb0639fa28e1fda2bb38d8 /src/gui.h
parent8b90809718d80ec0b24e05a2f20fde024cb03e1a (diff)
downloadopenttd-0c6bdb0d2151befdab8ad9a989e2283b4f715df1.tar.xz
(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 2f1882a85..e412af035 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -60,6 +60,7 @@ enum {
DDSP_CREATE_DESERT,
DDSP_CREATE_ROCKS,
DDSP_CREATE_WATER,
+ DDSP_CREATE_RIVER,
DDSP_PLANT_TREES,
DDSP_BUILD_BRIDGE,