File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/newgrf_railtype.cpp
Show inline comments
 
@@ -16,6 +16,8 @@
 
#include "depot_base.h"
 
#include "town.h"
 

	
 
#include "safeguards.h"
 

	
 
/* virtual */ uint32 RailTypeScopeResolver::GetRandomBits() const
 
{
 
	uint tmp = CountBits(this->tile + (TileX(this->tile) + TileY(this->tile)) * TILE_SIZE);