src/newgrf_callbacks.h
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9908 0fa543611bbe
--- a/src/newgrf_callbacks.h	Wed Jun 13 11:00:24 2007 +0000
+++ b/src/newgrf_callbacks.h	Wed Jun 13 11:17:30 2007 +0000
@@ -133,6 +133,10 @@
 	/* Called monthly on production changes, so it can be adjusted more frequently */
 	CBID_INDUSTRY_MONTHLYPROD_CHANGE= 0x35, // not yet implemented
 
+	/* Called to modify various vehicle properties. Callback parameter 1
+	 * specifies the property index, as used in Action 0, to change. */
+	CBID_VEHICLE_MODIFY_PROPERTY    = 0x36,
+
 	/* Called to determine text to display after cargo name */
 	CBID_INDUSTRY_CARGO_SUFFIX      = 0x37, // not yet implemented