From 393cd99a6232112e7959aec3017e59ecabbbb8c4 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Wed, 29 Jul 2009 19:41:30 +0000 Subject: * Implemented the StartPlay and Play GPL commands properly * Changed Script::load() to use the new animation callbacks svn-id: r42902 --- engines/draci/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/draci/script.h') diff --git a/engines/draci/script.h b/engines/draci/script.h index 5c57ad7a1f..69effbedf0 100644 --- a/engines/draci/script.h +++ b/engines/draci/script.h @@ -113,6 +113,7 @@ private: void execUse(Common::Queue ¶ms); void walkOn(Common::Queue ¶ms); void play(Common::Queue ¶ms); + void startPlay(Common::Queue ¶ms); int operAnd(int op1, int op2); int operOr(int op1, int op2); -- cgit v1.2.3