File diff r18864:d4ad0866a2d5 → r18865:94e7c2925733
src/clear_cmd.cpp
Show inline comments
 
@@ -259,7 +259,7 @@ static void TileLoop_Clear(TileIndex til
 
			return;
 
		}
 
	}
 
	AmbientSoundEffectCallback(tile);
 
	AmbientSoundEffect(tile);
 

	
 
	switch (_settings_game.game_creation.landscape) {
 
		case LT_TROPIC: TileLoopClearDesert(tile); break;