summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-10-28 16:00:51 +0000
committerglx <glx@openttd.org>2007-10-28 16:00:51 +0000
commit7e769d32869b36d64bc7fb5ddf83135954b1b8ad (patch)
treeb7c461ee18715f538ddea7d5fc8c94cbe68d95f5 /src/newgrf_callbacks.h
parent6120d0275120b0830811f5eb983ffe05e9545bce (diff)
downloadopenttd-7e769d32869b36d64bc7fb5ddf83135954b1b8ad.tar.xz
(svn r11353) -Codechange: add support for newgrf callback 32
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
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,