station_cmd.c
changeset 889 7f8630bfea41
parent 863 8d09f9331a80
child 900 feed1801fd35
--- a/station_cmd.c	Tue Jan 04 17:04:10 2005 +0000
+++ b/station_cmd.c	Tue Jan 04 17:11:03 2005 +0000
@@ -957,6 +957,8 @@
 	uint tile = TILE_FROM_XY(x, y);
 	Station *st;
 
+	SET_EXPENSES_TYPE(EXPENSES_CONSTRUCTION);
+
 	// make sure the specified tile belongs to the current player, and that it is a railroad station.
 	if (!IS_TILETYPE(tile, MP_STATION) || _map5[tile] >= 8 || !_patches.nonuniform_stations) return CMD_ERROR;
 	st = DEREF_STATION(_map2[tile]);