mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 07:59:09 +00:00
(svn r3510) Fiddle with whitespace and parentheses
This commit is contained in:
@@ -778,7 +778,7 @@ void GenerateClearTile(void)
|
||||
tile = RandomTileSeed(r);
|
||||
if (IsTileType(tile, MP_CLEAR)) {
|
||||
uint j = GB(r, 16, 4) + 5;
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
TileIndex tile_new;
|
||||
|
||||
SB(_m[tile].m5, 2, 2, 2);
|
||||
|
Reference in New Issue
Block a user