mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
SAGA2: Fix code formatting
This commit is contained in:
parent
e49f37f230
commit
f7fcec7b62
@ -2359,8 +2359,7 @@ Platform *MetaTile::fetchPlatform(int16 mapNum, int16 layer) {
|
||||
assert(cacheIndex < platformCacheSize);
|
||||
assert(cacheIndex >= 0);
|
||||
|
||||
if (pce->metaID != NoMetaTile)
|
||||
{
|
||||
if (pce->metaID != NoMetaTile) {
|
||||
MetaTile *oldMeta = metaTileAddress(pce->metaID);
|
||||
|
||||
assert(pce->layerNum < maxPlatforms);
|
||||
|
Loading…
Reference in New Issue
Block a user