diff options
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r-- | src/newgrf_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h index 417cfb02e..3dffdcf03 100644 --- a/src/newgrf_callbacks.h +++ b/src/newgrf_callbacks.h @@ -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, |