summaryrefslogtreecommitdiff
path: root/src/newgrf_canal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-14 12:22:57 +0000
committerrubidium <rubidium@openttd.org>2009-09-14 12:22:57 +0000
commit64bafcbe182ef539a31ffed9bd1f19ca0f7ae62a (patch)
tree9684bfe8873532713641d2c70fb5315f60104565 /src/newgrf_canal.h
parentd96333b7c3ad8a1cb940f51f5ce510393158a479 (diff)
downloadopenttd-64bafcbe182ef539a31ffed9bd1f19ca0f7ae62a.tar.xz
(svn r17534) -Codechange: unify the naming of callback masks/flags
Diffstat (limited to 'src/newgrf_canal.h')
-rw-r--r--src/newgrf_canal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_canal.h b/src/newgrf_canal.h
index 20bda7408..8591fe26e 100644
--- a/src/newgrf_canal.h
+++ b/src/newgrf_canal.h
@@ -29,7 +29,7 @@ enum CanalFeature {
struct WaterFeature {
const SpriteGroup *group;
const GRFFile *grffile; ///< newgrf where 'group' belongs to
- uint8 callbackmask;
+ uint8 callback_mask; ///< Bitmask of canal callbacks that have to be called
uint8 flags;
};