src/newgrf_callbacks.h
changeset 7646 dc8c0fa95dae
parent 7642 535e5d93ffb1
child 7650 780f1f477317
--- a/src/newgrf_callbacks.h	Thu Sep 27 21:39:13 2007 +0000
+++ b/src/newgrf_callbacks.h	Thu Sep 27 21:47:38 2007 +0000
@@ -196,10 +196,10 @@
 	CBID_INDUSTRY_DECIDE_COLOUR          = 0x14A, // not implemented
 
 	/** Customize the input cargo types of a newly build industry. */
-	CBID_INDUSTRY_INPUT_CARGO_TYPES      = 0x14B, // not implemented
+	CBID_INDUSTRY_INPUT_CARGO_TYPES      = 0x14B,
 
 	/** Customize the output cargo types of a newly build industry. */
-	CBID_INDUSTRY_OUTPUT_CARGO_TYPES     = 0x14C, // not implemented
+	CBID_INDUSTRY_OUTPUT_CARGO_TYPES     = 0x14C,
 };
 
 /**