mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
MTROPOLIS: Dump Shanghai move selections to debug log
This commit is contained in:
parent
07726745d4
commit
bf5ffe7ffd
@ -260,6 +260,8 @@ void ShanghaiModifier::resetTiles(Common::RandomSource &rng, uint (&tileFaces)[k
|
||||
uint faceToInsert = selectAndRemoveOne(rng, facesToInsert, numFacesToInsert);
|
||||
tileFaces[firstExposedTile] = faceToInsert;
|
||||
tileFaces[secondExposedTile] = faceToInsert;
|
||||
|
||||
debug(2, "Shanghai randomizer: Move %u is %u + %u", pair, firstExposedTile, secondExposedTile);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user