(svn r10672) -Codechange: typify some parameters/variables.

This commit is contained in:
rubidium
2007-07-24 13:03:24 +00:00
parent 01d08680e1
commit 0d9a51de6d
9 changed files with 118 additions and 109 deletions

View File

@@ -986,7 +986,7 @@ static void Disaster_CoalMine_Init()
{
TileIndex tile = i->xy;
TileIndexDiff step = TileOffsByDiagDir(GB(Random(), 0, 2));
TileIndexDiff step = TileOffsByDiagDir((DiagDirection)GB(Random(), 0, 2));
uint n;
for (n = 0; n < 30; n++) {