Mercurial > hg > openttd
diff src/town_cmd.cpp @ 17684:2773b630b41f draft
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
author | alberth <alberth@openttd.org> |
---|---|
date | Sat, 14 May 2011 18:35:40 +0000 (2011-05-14) |
parents | 567b7496cee5 |
children | bcd20b97e0ee |
line wrap: on
line diff
--- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -2053,7 +2053,7 @@ { TileIndex tile2 = *tile; - for (DiagDirection d = DIAGDIR_SE;;d++) { // 'd' goes through DIAGDIR_SE, DIAGDIR_SW, DIAGDIR_NW, DIAGDIR_END + for (DiagDirection d = DIAGDIR_SE;; d++) { // 'd' goes through DIAGDIR_SE, DIAGDIR_SW, DIAGDIR_NW, DIAGDIR_END if (TownLayoutAllows2x2HouseHere(t, tile2) && CheckFree2x2Area(tile2, t->index, maxz, noslope)) { *tile = tile2; return true;