disaster_cmd.c
changeset 3491 35d747bb5e82
parent 3421 7968a4b5ff0a
child 3495 6672c181ace4
equal deleted inserted replaced
3490:d53bc3e794bd 3491:35d747bb5e82
    31 			break;
    31 			break;
    32 
    32 
    33 		case MP_HOUSE: {
    33 		case MP_HOUSE: {
    34 			PlayerID p = _current_player;
    34 			PlayerID p = _current_player;
    35 			_current_player = OWNER_NONE;
    35 			_current_player = OWNER_NONE;
    36 			DoCommandByTile(tile, 0, 0, DC_EXEC, CMD_LANDSCAPE_CLEAR);
    36 			DoCommand(tile, 0, 0, DC_EXEC, CMD_LANDSCAPE_CLEAR);
    37 			_current_player = p;
    37 			_current_player = p;
    38 			break;
    38 			break;
    39 		}
    39 		}
    40 
    40 
    41 		case MP_TREES:
    41 		case MP_TREES: