(svn r10672) -Codechange: typify some parameters/variables.
This commit is contained in:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user