From 71b1343adf6e886cfd2e1a0040a12b5025672d14 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 29 Mar 2014 11:18:07 -0400 Subject: MADS: Implemented NebularGame::step --- engines/mads/player.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'engines/mads/player.h') diff --git a/engines/mads/player.h b/engines/mads/player.h index 2a9274840c..7ff14be191 100644 --- a/engines/mads/player.h +++ b/engines/mads/player.h @@ -60,7 +60,6 @@ private: int _routeLength; int _stopWalkerList[12]; int _stopWalkerTrigger[12]; - int _stopWalkerIndex; int _totalDistance; void clearStopList(); @@ -147,6 +146,7 @@ public: bool _forceRefresh; bool _needToWalk; bool _readyToWalk; + int _stopWalkerIndex; int _centerOfGravity; int _currentDepth; int _currentScale; @@ -218,7 +218,10 @@ public: void nextFrame(); - void step(); + /** + * Add a walker to the current queue + */ + void addWalker(int walker, int trigger); }; } // End of namespace MADS -- cgit v1.2.3