File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
npf.c
Show inline comments
 
@@ -209,7 +209,7 @@ static void NPFMarkTile(TileIndex tile)
 
	return;
 
#else
 
	if (_debug_npf_level >= 1)
 
		switch(GetTileType(tile)) {
 
		switch (GetTileType(tile)) {
 
			case MP_RAILWAY:
 
				/* DEBUG: mark visited tiles by mowing the grass under them
 
				 * ;-) */