(svn r11127) -Fix: truncate the result of 8 bits callbacks.

This commit is contained in:
rubidium
2007-09-18 20:41:59 +00:00
parent 7f721d31c2
commit 262836a24f
2 changed files with 22 additions and 1 deletions

View File

@@ -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. */