aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/teenagent.h')
-rw-r--r--engines/teenagent/teenagent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/teenagent.h b/engines/teenagent/teenagent.h
index 36ae9ba57b..b357b75509 100644
--- a/engines/teenagent/teenagent.h
+++ b/engines/teenagent/teenagent.h
@@ -76,8 +76,8 @@ public:
void moveTo(uint16 x, uint16 y, byte o, bool warp = false);
void moveTo(Object *obj);
void moveRel(int16 x, int16 y, byte o, bool warp = false);
- void playActorAnimation(uint16 id, bool async = false);
- void playAnimation(uint16 id, byte slot, bool async = false);
+ void playActorAnimation(uint16 id, bool async = false, bool ignore = false);
+ void playAnimation(uint16 id, byte slot, bool async = false, bool ignore = false);
void loadScene(byte id, const Common::Point &pos, byte o = 0);
void loadScene(byte id, uint16 x, uint16 y, byte o = 0);
void setOns(byte id, byte value, byte scene_id = 0);