src/industry_gui.cpp
changeset 7002 1bf6a62b0fcb
parent 6991 bf9cd2a47774
child 7177 f9796d5be926
--- a/src/industry_gui.cpp	Thu Jun 21 17:18:33 2007 +0000
+++ b/src/industry_gui.cpp	Thu Jun 21 17:25:17 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];
 
-			SetDParamMoney(0, (_price.build_industry >> 8) * 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;