(svn r11353) -Codechange: add support for newgrf callback 32

This commit is contained in:
glx
2007-10-28 16:00:51 +00:00
parent 4041d8108a
commit 1256cbade3
6 changed files with 22 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ enum CallbackID {
CBID_VEHICLE_START_STOP_CHECK = 0x31,
/** Called for every vehicle every 32 days (not all on same date though). */
CBID_VEHICLE_32DAY_CALLBACK = 0x32, // not implemented
CBID_VEHICLE_32DAY_CALLBACK = 0x32,
/** Called to play a special sound effect */
CBID_VEHICLE_SOUND_EFFECT = 0x33,