mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ASYLUM: include the chapter number in the worldstats instance inspector
This commit is contained in:
parent
34214332e9
commit
c1e47d473d
@ -517,6 +517,7 @@ void WorldStats::setWheelObjects() {
|
||||
Common::String WorldStats::toString() {
|
||||
Common::String output;
|
||||
|
||||
output += Common::String::format("Chapter %d\n", chapter);
|
||||
output += Common::String::format("xLeft: %d\n", xLeft);
|
||||
output += Common::String::format("yTop: %d\n", yTop);
|
||||
output += Common::String::format("boundingRect: top[%d] left[%d] right[%d] bottom[%d]: \n", boundingRect.top, boundingRect.left, boundingRect.right, boundingRect.bottom);
|
||||
|
Loading…
Reference in New Issue
Block a user