Fixed warnings
This commit is contained in:
parent
3b75632df4
commit
753db5b82a
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ local void EditTile(int x, int y, int tile)
|
|||
if( y ) {
|
||||
ChangeTile(x, y - 1, GetTileNumber(tile, TileToolRandom,
|
||||
TileToolDecoration));
|
||||
mf[-TheMap.Width].Flags |=
|
||||
(mf-TheMap.Width)->Flags |=
|
||||
TheMap.Tileset->FlagsTable[16 + tile * 16];
|
||||
} else {
|
||||
ChangeTile(x, y + 1, GetTileNumber(tile, TileToolRandom,
|
||||
|
@ -235,7 +235,7 @@ local void EditTile(int x, int y, int tile)
|
|||
if( y ) {
|
||||
ChangeTile(x, y - 1, GetTileNumber(tile, TileToolRandom,
|
||||
TileToolDecoration));
|
||||
mf[-TheMap.Width].Flags |=
|
||||
(mf-TheMap.Width)->Flags |=
|
||||
TheMap.Tileset->FlagsTable[16 + tile * 16];
|
||||
} else {
|
||||
ChangeTile(x, y + 1, GetTileNumber(tile, TileToolRandom,
|
||||
|
|
Loading…
Add table
Reference in a new issue