industry_cmd.c
changeset 4077 d3022f976946
parent 3877 53efa8118448
child 4231 dea6a63dd058
--- a/industry_cmd.c	Tue Jun 27 18:27:58 2006 +0000
+++ b/industry_cmd.c	Tue Jun 27 21:25:53 2006 +0000
@@ -315,8 +315,8 @@
 	*/
 	if ((_current_player != OWNER_WATER && _game_mode != GM_EDITOR &&
 			!_cheats.magic_bulldozer.value) ||
-			(_current_player == OWNER_WATER && i->type == IT_OIL_RIG) ) {
- 		SetDParam(0, STR_4802_COAL_MINE + i->type);
+			(_current_player == OWNER_WATER && i->type == IT_OIL_RIG)) {
+		SetDParam(0, STR_4802_COAL_MINE + i->type);
 		return_cmd_error(STR_4800_IN_THE_WAY);
 	}