summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2011-10-31 22:31:40 +0000
committermichi_cc <michi_cc@openttd.org>2011-10-31 22:31:40 +0000
commite094d7db624b69d2f0121e84e07abdb821f45ec9 (patch)
tree48fc1d4db1dd49d16838af094d6db5c323c7398d /src/newgrf_callbacks.h
parentf66cd97776cd73c653fad685c9a74538b4d8a2a8 (diff)
downloadopenttd-e094d7db624b69d2f0121e84e07abdb821f45ec9.tar.xz
(svn r23072) -Feature: [NewGRF] House callback 0x148.
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 93d42ef0e..aabb47e0f 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -208,7 +208,7 @@ enum CallbackID {
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
+ CBID_HOUSE_WATCHED_CARGO_ACCEPTED = 0x148, // 15 bit callback
/** Callback done for each tile of a station to check the slope. */
CBID_STATION_LAND_SLOPE_CHECK = 0x149, // 15 bit callback