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
commit2de71bc234b9fc181e1cc93cbe85a5f39aa94740 (patch)
tree857532ec8f1095148bd9933f419158c98821bee5 /newgrf_callbacks.h
parente8615736af9ee4141bd8b8b25bb9dedbec2025fb (diff)
downloadopenttd-2de71bc234b9fc181e1cc93cbe85a5f39aa94740.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