aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-11-09 07:58:27 +0000
committerVladimir Menshakov2009-11-09 07:58:27 +0000
commitdfc4dc6d85e5da9590e4647284fbc2c133f76fc9 (patch)
tree7e93cfcd3caa10d7476ad0b63e3d69a3c783f4eb /engines/teenagent/teenagent.h
parented348133d172ff8a2729b664f9d228b6b6da13d2 (diff)
downloadscummvm-rg350-dfc4dc6d85e5da9590e4647284fbc2c133f76fc9.tar.gz
scummvm-rg350-dfc4dc6d85e5da9590e4647284fbc2c133f76fc9.tar.bz2
scummvm-rg350-dfc4dc6d85e5da9590e4647284fbc2c133f76fc9.zip
added 'ignore' flag, ported guard and anchor challenges to it. minor fixes
svn-id: r45772
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);