src/industry.h
changeset 7311 c29065628638
parent 7261 a75c5668b75b
child 7315 f1b2591ad082
--- a/src/industry.h	Thu Jun 07 08:58:21 2007 +0000
+++ b/src/industry.h	Thu Jun 07 09:20:04 2007 +0000
@@ -116,7 +116,7 @@
 struct IndustrySpec {
 	const IndustryTileTable *const *table;///< List of the tiles composing the industry
 	byte num_table;                       ///< Number of elements in the table
-	byte cost_multiplier;                 ///< Base cost multiplier. Watch out for this one, << 5  VS << 8
+	uint16 cost_multiplier;               ///< Base cost multiplier.
 	IndustryType conflicting[3];          ///< Industries this industry cannot be close to
 	byte check_proc;                      ///< Index to a procedure to check for conflicting circumstances
 	CargoID produced_cargo[2];