aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/scene.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-05 20:58:25 +0000
committerVladimir Menshakov2009-09-05 20:58:25 +0000
commita2c28b0a8fa85411c8018e089ab0d3db5f8420bf (patch)
treecb13a7aa2c0170ab8cdf00af27e30e0a24123df1 /engines/teenagent/scene.h
parent0b002beccd31fa2796a319427624af1b2ad580b6 (diff)
downloadscummvm-rg350-a2c28b0a8fa85411c8018e089ab0d3db5f8420bf.tar.gz
scummvm-rg350-a2c28b0a8fa85411c8018e089ab0d3db5f8420bf.tar.bz2
scummvm-rg350-a2c28b0a8fa85411c8018e089ab0d3db5f8420bf.zip
made second chapter completable.
svn-id: r43966
Diffstat (limited to 'engines/teenagent/scene.h')
-rw-r--r--engines/teenagent/scene.h4
1 files changed, 2 insertions, 2 deletions
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;