Changeset - r18314:21a3c3233272
[Not reviewed]
master
0 10 0
yexo - 13 years ago 2011-11-08 17:37:32
yexo@openttd.org
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
10 files changed with 20 insertions and 20 deletions:
0 comments (0 inline, 0 general)
src/clear_cmd.cpp
Show inline comments
 
@@ -377,8 +377,8 @@ extern const TileTypeProcs _tile_type_cl
 
	GetTileTrackStatus_Clear, ///< get_tile_track_status_proc
 
	NULL,                     ///< click_tile_proc
 
	NULL,                     ///< animate_tile_proc
 
	TileLoop_Clear,           ///< tile_loop_clear
 
	ChangeTileOwner_Clear,    ///< change_tile_owner_clear
 
	TileLoop_Clear,           ///< tile_loop_proc
 
	ChangeTileOwner_Clear,    ///< change_tile_owner_proc
 
	NULL,                     ///< add_produced_cargo_proc
 
	NULL,                     ///< vehicle_enter_tile_proc
 
	GetFoundation_Clear,      ///< get_foundation_proc
src/object_cmd.cpp
Show inline comments
 
@@ -764,8 +764,8 @@ extern const TileTypeProcs _tile_type_ob
 
	GetTileTrackStatus_Object,   // get_tile_track_status_proc
 
	ClickTile_Object,            // click_tile_proc
 
	AnimateTile_Object,          // animate_tile_proc
 
	TileLoop_Object,             // tile_loop_clear
 
	ChangeTileOwner_Object,      // change_tile_owner_clear
 
	TileLoop_Object,             // tile_loop_proc
 
	ChangeTileOwner_Object,      // change_tile_owner_proc
 
	NULL,                        // add_produced_cargo_proc
 
	NULL,                        // vehicle_enter_tile_proc
 
	GetFoundation_Object,        // get_foundation_proc
src/rail_cmd.cpp
Show inline comments
 
@@ -2883,8 +2883,8 @@ extern const TileTypeProcs _tile_type_ra
 
	GetTileTrackStatus_Track, // get_tile_track_status_proc
 
	ClickTile_Track,          // click_tile_proc
 
	NULL,                     // animate_tile_proc
 
	TileLoop_Track,           // tile_loop_clear
 
	ChangeTileOwner_Track,    // change_tile_owner_clear
 
	TileLoop_Track,           // tile_loop_proc
 
	ChangeTileOwner_Track,    // change_tile_owner_proc
 
	NULL,                     // add_produced_cargo_proc
 
	VehicleEnter_Track,       // vehicle_enter_tile_proc
 
	GetFoundation_Track,      // get_foundation_proc
src/road_cmd.cpp
Show inline comments
 
@@ -1727,8 +1727,8 @@ extern const TileTypeProcs _tile_type_ro
 
	GetTileTrackStatus_Road, // get_tile_track_status_proc
 
	ClickTile_Road,          // click_tile_proc
 
	NULL,                    // animate_tile_proc
 
	TileLoop_Road,           // tile_loop_clear
 
	ChangeTileOwner_Road,    // change_tile_owner_clear
 
	TileLoop_Road,           // tile_loop_proc
 
	ChangeTileOwner_Road,    // change_tile_owner_proc
 
	NULL,                    // add_produced_cargo_proc
 
	VehicleEnter_Road,       // vehicle_enter_tile_proc
 
	GetFoundation_Road,      // get_foundation_proc
src/station_cmd.cpp
Show inline comments
 
@@ -3642,8 +3642,8 @@ extern const TileTypeProcs _tile_type_st
 
	GetTileTrackStatus_Station, // get_tile_track_status_proc
 
	ClickTile_Station,          // click_tile_proc
 
	AnimateTile_Station,        // animate_tile_proc
 
	TileLoop_Station,           // tile_loop_clear
 
	ChangeTileOwner_Station,    // change_tile_owner_clear
 
	TileLoop_Station,           // tile_loop_proc
 
	ChangeTileOwner_Station,    // change_tile_owner_proc
 
	NULL,                       // add_produced_cargo_proc
 
	VehicleEnter_Station,       // vehicle_enter_tile_proc
 
	GetFoundation_Station,      // get_foundation_proc
src/town_cmd.cpp
Show inline comments
 
@@ -3088,8 +3088,8 @@ extern const TileTypeProcs _tile_type_to
 
	GetTileTrackStatus_Town, // get_tile_track_status_proc
 
	NULL,                    // click_tile_proc
 
	AnimateTile_Town,        // animate_tile_proc
 
	TileLoop_Town,           // tile_loop_clear
 
	ChangeTileOwner_Town,    // change_tile_owner_clear
 
	TileLoop_Town,           // tile_loop_proc
 
	ChangeTileOwner_Town,    // change_tile_owner_proc
 
	AddProducedCargo_Town,   // add_produced_cargo_proc
 
	NULL,                    // vehicle_enter_tile_proc
 
	GetFoundation_Town,      // get_foundation_proc
src/tree_cmd.cpp
Show inline comments
 
@@ -793,8 +793,8 @@ extern const TileTypeProcs _tile_type_tr
 
	GetTileTrackStatus_Trees, // get_tile_track_status_proc
 
	NULL,                     // click_tile_proc
 
	NULL,                     // animate_tile_proc
 
	TileLoop_Trees,           // tile_loop_clear
 
	ChangeTileOwner_Trees,    // change_tile_owner_clear
 
	TileLoop_Trees,           // tile_loop_proc
 
	ChangeTileOwner_Trees,    // change_tile_owner_proc
 
	NULL,                     // add_produced_cargo_proc
 
	NULL,                     // vehicle_enter_tile_proc
 
	GetFoundation_Trees,      // get_foundation_proc
src/tunnelbridge_cmd.cpp
Show inline comments
 
@@ -1707,8 +1707,8 @@ extern const TileTypeProcs _tile_type_tu
 
	GetTileTrackStatus_TunnelBridge, // get_tile_track_status_proc
 
	NULL,                            // click_tile_proc
 
	NULL,                            // animate_tile_proc
 
	TileLoop_TunnelBridge,           // tile_loop_clear
 
	ChangeTileOwner_TunnelBridge,    // change_tile_owner_clear
 
	TileLoop_TunnelBridge,           // tile_loop_proc
 
	ChangeTileOwner_TunnelBridge,    // change_tile_owner_proc
 
	NULL,                            // add_produced_cargo_proc
 
	VehicleEnter_TunnelBridge,       // vehicle_enter_tile_proc
 
	GetFoundation_TunnelBridge,      // get_foundation_proc
src/void_cmd.cpp
Show inline comments
 
@@ -74,8 +74,8 @@ extern const TileTypeProcs _tile_type_vo
 
	GetTileTrackStatus_Void,  // get_tile_track_status_proc
 
	NULL,                     // click_tile_proc
 
	NULL,                     // animate_tile_proc
 
	TileLoop_Void,            // tile_loop_clear
 
	ChangeTileOwner_Void,     // change_tile_owner_clear
 
	TileLoop_Void,            // tile_loop_proc
 
	ChangeTileOwner_Void,     // change_tile_owner_proc
 
	NULL,                     // add_produced_cargo_proc
 
	NULL,                     // vehicle_enter_tile_proc
 
	GetFoundation_Void,       // get_foundation_proc
src/water_cmd.cpp
Show inline comments
 
@@ -1222,8 +1222,8 @@ extern const TileTypeProcs _tile_type_wa
 
	GetTileTrackStatus_Water, // get_tile_track_status_proc
 
	ClickTile_Water,          // click_tile_proc
 
	NULL,                     // animate_tile_proc
 
	TileLoop_Water,           // tile_loop_clear
 
	ChangeTileOwner_Water,    // change_tile_owner_clear
 
	TileLoop_Water,           // tile_loop_proc
 
	ChangeTileOwner_Water,    // change_tile_owner_proc
 
	NULL,                     // add_produced_cargo_proc
 
	VehicleEnter_Water,       // vehicle_enter_tile_proc
 
	GetFoundation_Water,      // get_foundation_proc
0 comments (0 inline, 0 general)