File diff r9651:0fa75691a92a → r9652:8dc9b501f076
src/rail_cmd.cpp
Show inline comments
 
@@ -514,7 +514,7 @@ CommandCost CmdRemoveSingleRail(TileInde
 

	
 
	if (flags & DC_EXEC) {
 
		/* if we got that far, 'owner' variable is set correctly */
 
		assert(IsValidPlayer(owner));
 
		assert(IsValidPlayerID(owner));
 

	
 
		MarkTileDirtyByTile(tile);
 
		if (crossing) {