summaryrefslogtreecommitdiff
path: root/src/newgrf_canal.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-09-11 09:31:57 +0000
committerplanetmaker <planetmaker@openttd.org>2011-09-11 09:31:57 +0000
commit3b70f697e1c08cda55a4729636120170b9c79bcc (patch)
treed753003f3f95c82abcf77849211d360f86573ffc /src/newgrf_canal.h
parentbc52aa11a6d273f603e8aa195221904757192a14 (diff)
downloadopenttd-3b70f697e1c08cda55a4729636120170b9c79bcc.tar.xz
(svn r22918) -Fix: [NewGRF] Properties for feature 0x05 were not zeroed for each NewGRF, thus waterfeatures could glitch when the properties were set by a previous NewGRF and the NewGRF assumed the properties to be unmodified
Diffstat (limited to 'src/newgrf_canal.h')
-rw-r--r--src/newgrf_canal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/newgrf_canal.h b/src/newgrf_canal.h
index 1a0dc2cf0..e3a971caf 100644
--- a/src/newgrf_canal.h
+++ b/src/newgrf_canal.h
@@ -16,21 +16,6 @@
#include "tile_type.h"
#include "newgrf_generic.h"
-/**
- * List of different canal 'features'.
- * Each feature gets an entry in the canal spritegroup table
- */
-enum CanalFeature {
- CF_WATERSLOPE,
- CF_LOCKS,
- CF_DIKES,
- CF_ICON,
- CF_DOCKS,
- CF_RIVER_SLOPE,
- CF_RIVER_EDGE,
- CF_END,
-};
-
/** Flags controlling the display of canals. */
enum CanalFeatureFlag {
CFF_HAS_FLAT_SPRITE = 0, ///< Additional flat ground sprite in the beginning.