mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r3511) More whitespace ([FS#46] by Rubidium)
This commit is contained in:
@@ -315,7 +315,7 @@ static void DrawTile_Trees(TileInfo *ti)
|
||||
} while (i);
|
||||
|
||||
/* draw them in a sorted way */
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
byte min = 0xFF;
|
||||
TreeListEnt *tep = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user