SAGA2: Rename metatile metric constants

This commit is contained in:
a/ 2021-06-18 15:59:19 +09:00 committed by Eugene Sandulenko
parent 6dad132e83
commit 500a6ba468
No known key found for this signature in database
GPG key ID: 014D387312D34F08
7 changed files with 170 additions and 170 deletions

View file

@ -1415,8 +1415,8 @@ void GameObject::updateState(void) {
if (!(location.z >= 0 || prototype->height > 8 - location.z))
drown(this);
TilePoint subTile((location.u >> subTileShift) & subTileMask,
(location.v >> subTileShift) & subTileMask,
TilePoint subTile((location.u >> kSubTileShift) & kSubTileMask,
(location.v >> kSubTileShift) & kSubTileMask,
0);