summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-07-05 06:35:09 +0000
committerpeter1138 <peter1138@openttd.org>2007-07-05 06:35:09 +0000
commit7884a07b43fd293a2ca5b39b64df98b700959874 (patch)
treeb130f112f755ad0f491a84294ff05f67066a4825 /src/newgrf_callbacks.h
parent4c356457e6335692cb5e28f279724b97e3c1c608 (diff)
downloadopenttd-7884a07b43fd293a2ca5b39b64df98b700959874.tar.xz
(svn r10443) -Fix: randomizing triggers should be called with callback type set to 1
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 05327ea88..20477bd3e 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -12,6 +12,9 @@
* Names are formatted as CBID_<CLASS>_<CALLBACK>
*/
enum CallbackID {
+ /* Set when calling a randomizing trigger (almost undocumented) */
+ CBID_RANDOM_TRIGGER = 0x01,
+
/* Powered wagons, if the result is lower as 0x40 then the wagon is powered
* @todo : interpret the rest of the result, aka "visual effects" */
CBID_TRAIN_WAGON_POWER = 0x10,