ASYLUM: include the chapter number in the worldstats instance inspector

This commit is contained in:
Alex Bevilacqua 2015-03-05 20:44:40 -05:00 committed by Eugene Sandulenko
parent 34214332e9
commit c1e47d473d
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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);