(svn r1349) -Fix: [1093485] Dissappearing rocks in Scenario Editor
authordarkvater
Mon, 03 Jan 2005 20:20:25 +0000
changeset 868 5740fa8b99ed
parent 867 581154a08a78
child 869 f211ac238c8e
(svn r1349) -Fix: [1093485] Dissappearing rocks in Scenario Editor
main_gui.c
ttd.vcproj
--- a/main_gui.c	Mon Jan 03 19:45:18 2005 +0000
+++ b/main_gui.c	Mon Jan 03 20:20:25 2005 +0000
@@ -1205,7 +1205,7 @@
 	if (!IS_TILETYPE(tile, MP_CLEAR))
 		return;
 
-	_map5[tile] = (_map5[tile] & ~0x1C) | 8;
+	_map5[tile] = (_map5[tile] & ~0x1C) | 0xB;
 	MarkTileDirtyByTile(tile);
 	SndPlayTileFx(SND_1F_SPLAT, tile);
 }
--- a/ttd.vcproj	Mon Jan 03 19:45:18 2005 +0000
+++ b/ttd.vcproj	Mon Jan 03 20:20:25 2005 +0000
@@ -1253,142 +1253,6 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="Listings"
-			Filter="*.cod">
-			<File
-				RelativePath="Release\ai.cod">
-			</File>
-			<File
-				RelativePath="Release\aircraft_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\clear_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\command.cod">
-			</File>
-			<File
-				RelativePath="Release\depot_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\disaster_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\economy.cod">
-			</File>
-			<File
-				RelativePath="Release\engine.cod">
-			</File>
-			<File
-				RelativePath="Release\gfx.cod">
-			</File>
-			<File
-				RelativePath="Release\goods.cod">
-			</File>
-			<File
-				RelativePath="Release\graph_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\industry_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\industry_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\landscape.cod">
-			</File>
-			<File
-				RelativePath="Release\main_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\minilzo.cod">
-			</File>
-			<File
-				RelativePath="Release\misc.cod">
-			</File>
-			<File
-				RelativePath="Release\misc_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\news_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\player_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\player_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\players.cod">
-			</File>
-			<File
-				RelativePath="Release\rail_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\road_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\saveload.cod">
-			</File>
-			<File
-				RelativePath="Release\settings_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\ship_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\smallmap_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\sound.cod">
-			</File>
-			<File
-				RelativePath="Release\spritecache.cod">
-			</File>
-			<File
-				RelativePath="Release\station_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\strings.cod">
-			</File>
-			<File
-				RelativePath="Release\town_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\town_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\train_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\train_gui.cod">
-			</File>
-			<File
-				RelativePath="Release\tree_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\ttd.cod">
-			</File>
-			<File
-				RelativePath="Release\vehicle.cod">
-			</File>
-			<File
-				RelativePath="Release\viewport.cod">
-			</File>
-			<File
-				RelativePath="Release\water_cmd.cod">
-			</File>
-			<File
-				RelativePath="Release\widget.cod">
-			</File>
-			<File
-				RelativePath="Release\win32.cod">
-			</File>
-			<File
-				RelativePath="Release\window.cod">
-			</File>
-		</Filter>
-		<Filter
 			Name="Gui Source codes"
 			Filter="">
 			<File
@@ -2660,9 +2524,6 @@
 				RelativePath="table\landscape_sprite.h">
 			</File>
 			<File
-				RelativePath="table\namegen.h">
-			</File>
-			<File
 				RelativePath="table\palettes.h">
 			</File>
 			<File