File diff r10531:c98697a29661 → r10532:23a12232250b
src/clear_cmd.cpp
Show inline comments
 
@@ -310,9 +310,10 @@ get_out:;
 
	} while (--i);
 
}
 

	
 
static void ClickTile_Clear(TileIndex tile)
 
static bool ClickTile_Clear(TileIndex tile)
 
{
 
	/* not used */
 
	return false;
 
}
 

	
 
static TrackStatus GetTileTrackStatus_Clear(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)