summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-18 20:41:59 +0000
committerrubidium <rubidium@openttd.org>2007-09-18 20:41:59 +0000
commit262836a24f2f1f4a2c9c4dec4f7e0b06993839ee (patch)
treefd0614066e77232e7262f17cc747c6bd812826c1 /src/newgrf_callbacks.h
parent7f721d31c2dd21fe9b5740cf9cabff269134757e (diff)
downloadopenttd-262836a24f2f1f4a2c9c4dec4f7e0b06993839ee.tar.xz
(svn r11127) -Fix: truncate the result of 8 bits callbacks.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index fefd4f27f..e62523a60 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -13,6 +13,9 @@
* bit is set in the callback flags/trigger for a vehicle, house,
* industry, etc.
* Names are formatted as CBID_<CLASS>_<CALLBACK>
+ *
+ * @note Do not forget to add 15 bits callbacks to the switch in
+ * newgrf_spritegroup.cpp (search for "15 bits callback").
*/
enum CallbackID {
/** Set when using the callback resolve system, but not to resolve a callback. */