summaryrefslogtreecommitdiff
path: root/clear_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'clear_cmd.c')
-rw-r--r--clear_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clear_cmd.c b/clear_cmd.c
index 52dd174f7..8c36a7bd7 100644
--- a/clear_cmd.c
+++ b/clear_cmd.c
@@ -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);