summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2010-08-03 18:29:26 +0000
committermichi_cc <michi_cc@openttd.org>2010-08-03 18:29:26 +0000
commitfff8524fb9d1ae4a4b4971bf53e7c221ac7c851b (patch)
tree8cf26561989adfc10d0d9f9dbc2f70345811fce2 /src/newgrf_callbacks.h
parente23db5db21fed1474b78b8626adf081fc953497b (diff)
downloadopenttd-fff8524fb9d1ae4a4b4971bf53e7c221ac7c851b.tar.xz
(svn r20355) -Fix (r20353): Stale comment.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 7f421133c..710592fad 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -205,7 +205,7 @@ enum CallbackID {
CBID_NEW_SIGNALS_SPRITE_DRAW = 0x146, // 15 bit callback, not implemented
/** Add an offset to the default sprite numbers to show another sprite. */
- CBID_CANALS_SPRITE_OFFSET = 0x147, // 15 bit callback, not implemented
+ CBID_CANALS_SPRITE_OFFSET = 0x147, // 15 bit callback
/** Called when a cargo type specified in property 20 is accepted. */
CBID_HOUSE_WATCHED_CARGO_ACCEPTED = 0x148, // 15 bit callback, not implemented