* Moved walking code to Game::walkHero().

* Implemented WalkOn GPL command.
* Temporarily remaped StayOn and WalkOnPlay to WalkOn (for testing).

svn-id: r42735
This commit is contained in:
Denis Kasak 2009-07-25 04:36:43 +00:00
parent 22c372137f
commit 20baaf93f5
4 changed files with 53 additions and 36 deletions

View file

@ -111,6 +111,7 @@ private:
void execInit(Common::Queue<int> &params);
void execLook(Common::Queue<int> &params);
void execUse(Common::Queue<int> &params);
void walkOn(Common::Queue<int> &params);
int operAnd(int op1, int op2);
int operOr(int op1, int op2);