forked from mirror/OpenTTD
(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, add consts, reduce indentation level by short-circuit logic, convert if cascades to switch, whitespace, bracing, plus some minor stuff
This commit is contained in:
@@ -538,7 +538,7 @@ void OnTick_Trees(void)
|
||||
uint32 r;
|
||||
TileIndex tile;
|
||||
ClearGround ct;
|
||||
int tree;
|
||||
TreeType tree;
|
||||
|
||||
/* place a tree at a random rainforest spot */
|
||||
if (_opt.landscape == LT_DESERT &&
|
||||
|
Reference in New Issue
Block a user