aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/dialog.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-05 17:14:20 +0000
committerVladimir Menshakov2009-09-05 17:14:20 +0000
commit6ed62584ed39c5cffea17893ed4eab3e23f1a786 (patch)
tree992609a9e6b64d42863ad739fc3bd10b960252a6 /engines/teenagent/dialog.h
parent295f432b87f12d54d8a2a8ab3791b808f4bcc0c1 (diff)
downloadscummvm-rg350-6ed62584ed39c5cffea17893ed4eab3e23f1a786.tar.gz
scummvm-rg350-6ed62584ed39c5cffea17893ed4eab3e23f1a786.tar.bz2
scummvm-rg350-6ed62584ed39c5cffea17893ed4eab3e23f1a786.zip
added actor_animation for the dialog
svn-id: r43963
Diffstat (limited to 'engines/teenagent/dialog.h')
-rw-r--r--engines/teenagent/dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/dialog.h b/engines/teenagent/dialog.h
index 84e8edbb7a..30f78676bf 100644
--- a/engines/teenagent/dialog.h
+++ b/engines/teenagent/dialog.h
@@ -33,8 +33,8 @@ namespace TeenAgent {
class Scene;
class Dialog {
public:
- static uint16 pop(Scene *scene, uint16 addr, uint16 animation = 0);
- static void show(Scene *scene, uint16 addr, uint16 animation = 0);
+ static uint16 pop(Scene *scene, uint16 addr, uint16 animation = 0, uint16 actor_animation = 0);
+ static void show(Scene *scene, uint16 addr, uint16 animation = 0, uint16 actor_animation = 0);
};
} // End of namespace TeenAgent