* 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:
parent
22c372137f
commit
20baaf93f5
4 changed files with 53 additions and 36 deletions
|
@ -111,6 +111,7 @@ private:
|
|||
void execInit(Common::Queue<int> ¶ms);
|
||||
void execLook(Common::Queue<int> ¶ms);
|
||||
void execUse(Common::Queue<int> ¶ms);
|
||||
void walkOn(Common::Queue<int> ¶ms);
|
||||
|
||||
int operAnd(int op1, int op2);
|
||||
int operOr(int op1, int op2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue