forked from mirror/OpenTTD
(svn r1802) Fix typos made in r1797
This commit is contained in:
@@ -562,6 +562,7 @@ void TileLoopClearHelper(TileIndex tile)
|
|||||||
img_1 = 1;
|
img_1 = 1;
|
||||||
else
|
else
|
||||||
img_1 = 0;
|
img_1 = 0;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
img_1 = 0;
|
img_1 = 0;
|
||||||
@@ -599,7 +600,7 @@ void TileLoopClearHelper(TileIndex tile)
|
|||||||
|
|
||||||
switch (GetTileType(TILE_ADDXY(tile, 0, 1))) {
|
switch (GetTileType(TILE_ADDXY(tile, 0, 1))) {
|
||||||
case MP_CLEAR:
|
case MP_CLEAR:
|
||||||
img_2 = img_by_map5[(_map5[TILE_ADDXY(tile, 1, 0)] & 0x1C) >> 2];
|
img_2 = img_by_map5[(_map5[TILE_ADDXY(tile, 0, 1)] & 0x1C) >> 2];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MP_TREES:
|
case MP_TREES:
|
||||||
|
Reference in New Issue
Block a user