summaryrefslogtreecommitdiff
path: root/src/newgrf_canal.h
diff options
context:
space:
mode:
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;
};