src/industry_gui.cpp
changeset 6815 3cc63cbcad5b
parent 6636 fec086b5c340
child 6819 f986f54e2660
--- a/src/industry_gui.cpp	Thu Jun 07 08:58:21 2007 +0000
+++ b/src/industry_gui.cpp	Thu Jun 07 09:20:04 2007 +0000
@@ -39,7 +39,7 @@
 		if (_thd.place_mode == 1 && _thd.window_class == WC_BUILD_INDUSTRY) {
 			int ind_type = _build_industry_types[_opt_ptr->landscape][WP(w, def_d).data_1];
 
-			SetDParam(0, (_price.build_industry >> 5) * GetIndustrySpec(ind_type)->cost_multiplier);
+			SetDParam(0, (_price.build_industry >> 8) * GetIndustrySpec(ind_type)->cost_multiplier);
 			DrawStringCentered(85, w->height - 21, STR_482F_COST, 0);
 		}
 		break;