summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-08 14:23:15 +0000
committerrubidium <rubidium@openttd.org>2007-07-08 14:23:15 +0000
commit064c1ea89e4f5395654ea3cad060422b5d495b59 (patch)
treeffe8f16969933fdd9ee16e9ca1b6d9eb6070d9ba /src/newgrf_callbacks.h
parentb76be6418e6cb821229a4a45d2587c0ad0c62ff5 (diff)
downloadopenttd-064c1ea89e4f5395654ea3cad060422b5d495b59.tar.xz
(svn r10476) -Fix: some newgrf callbacks were already implemented even though the comment said they were not.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 20477bd3e..129285afe 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -67,7 +67,7 @@ enum CallbackID {
/* Called (if appropriate bit in callback mask is set) to decide how much
* cargo a town building can accept. */
- CBID_HOUSE_CARGO_ACCEPTANCE = 0x1F, // not yet implemented
+ CBID_HOUSE_CARGO_ACCEPTANCE = 0x1F,
/* Called (if appropriate bit in callback mask is set) to indicate
* how long the current animation frame should last. */
@@ -104,7 +104,7 @@ enum CallbackID {
/* Called (if appropriate bit in callback mask is set) to determine which
* cargoes a town building should accept. */
- CBID_HOUSE_ACCEPT_CARGO = 0x2A, // not yet implemented
+ CBID_HOUSE_ACCEPT_CARGO = 0x2A,
/* Called to query the cargo acceptance of the industry tile */
CBID_INDTILE_ACCEPT_CARGO = 0x2B, // not yet implemented
@@ -150,7 +150,7 @@ enum CallbackID {
CBID_CARGO_PROFIT_CALC = 0x39,
/* Called to determine more text in the industry window */
- CBID_INDUSTRY_WINDOW_MORE_TEXT = 0x3A, // not yet implemented
+ CBID_INDUSTRY_WINDOW_MORE_TEXT = 0x3A,
/* Called to determine industry special effects */
CBID_INDUSTRY_SPECIAL_EFFECT = 0x3B, // not yet implemented