src/industry_gui.cpp
changeset 6991 bf9cd2a47774
parent 6819 f986f54e2660
child 7002 1bf6a62b0fcb
--- a/src/industry_gui.cpp	Thu Jun 21 14:32:27 2007 +0000
+++ b/src/industry_gui.cpp	Thu Jun 21 14:54:51 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 >> 8) * GetIndustrySpec(ind_type)->cost_multiplier);
+			SetDParamMoney(0, (_price.build_industry >> 8) * GetIndustrySpec(ind_type)->cost_multiplier);
 			DrawStringCentered(85, w->height - 21, STR_482F_COST, 0);
 		}
 		break;