From a2c28b0a8fa85411c8018e089ab0d3db5f8420bf Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Sat, 5 Sep 2009 20:58:25 +0000 Subject: made second chapter completable. svn-id: r43966 --- engines/teenagent/scene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/teenagent/scene.h') diff --git a/engines/teenagent/scene.h b/engines/teenagent/scene.h index 5378bab537..6f37a5daa1 100644 --- a/engines/teenagent/scene.h +++ b/engines/teenagent/scene.h @@ -81,7 +81,7 @@ struct SceneEvent { } void dump() const { - debug(0, "event[%d]: %s[%02x], animation: %u, dst: (%d, %d) [%u], scene: %u, ons: %u, lan: %u, object: %u, music: %u, sound: %u", + debug(0, "event[%d]: \"%s\"[%02x], animation: %u, dst: (%d, %d) [%u], scene: %u, ons: %u, lan: %u, object: %u, music: %u, sound: %u", (int)type, message.c_str(), color, animation, dst.x, dst.y, orientation, scene, ons, lan, object, music, sound ); } @@ -140,7 +140,7 @@ private: Surface on; Surface *ons; uint32 ons_count; - Animation animations[4], custom_animations[4]; + Animation animations[4], custom_animations[5]; Actor teenagent, teenagent_idle; Common::Point position0, position, destination; -- cgit v1.2.3