summaryrefslogtreecommitdiff
path: root/src/newgrf_canal.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
commit4a2f7db99b6e110c7ecca26003f8f09b052b3167 (patch)
tree3ebc439212ad8c6abadb0639fa28e1fda2bb38d8 /src/newgrf_canal.h
parentaa0412e0bc379a37f5ac70ac14e56fbf5d427e09 (diff)
downloadopenttd-4a2f7db99b6e110c7ecca26003f8f09b052b3167.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/newgrf_canal.h')
-rw-r--r--src/newgrf_canal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_canal.h b/src/newgrf_canal.h
index 23fb3a9a8..1972c2c86 100644
--- a/src/newgrf_canal.h
+++ b/src/newgrf_canal.h
@@ -11,6 +11,8 @@ enum CanalFeature {
CF_DIKES,
CF_ICON,
CF_DOCKS,
+ CF_RIVER_SLOPE,
+ CF_RIVER_EDGE,
CF_END,
};