summaryrefslogtreecommitdiff
path: root/newgrf_callbacks.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-01 12:00:32 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-01 12:00:32 +0000
commit53efef1f7b92cea4e6d2c4a8adda9bb77dc46437 (patch)
tree857532ec8f1095148bd9933f419158c98821bee5 /newgrf_callbacks.h
parent6bde2a5e7020aa99237e9b9d220f8ce0210d380b (diff)
downloadopenttd-53efef1f7b92cea4e6d2c4a8adda9bb77dc46437.tar.xz
(svn r6601) - Codechange: Support cargo subtypes in the refit window. The refit window has been altered to support resizing and scrolling. Note that the cargo subtype isn't yet passed for actual refitting yet. (Based on mart3p's patch)
Diffstat (limited to 'newgrf_callbacks.h')
-rw-r--r--newgrf_callbacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/newgrf_callbacks.h b/newgrf_callbacks.h
index a52455a7c..bdbb0e359 100644
--- a/newgrf_callbacks.h
+++ b/newgrf_callbacks.h
@@ -33,6 +33,8 @@ enum CallbackID {
CBID_TRAIN_ARTIC_ENGINE = 0x16,
+ CBID_VEHICLE_CARGO_SUFFIX = 0x19,
+
CBID_TRAIN_ALLOW_WAGON_ATTACH = 0x1D,
/* This callback is called from vehicle purchase lists. It returns a value to be