aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-28 23:07:22 -0400
committerPaul Gilbert2014-03-28 23:07:22 -0400
commitfac216be332ac1540d5ddcf0cffcc7ccf34c4a81 (patch)
treeeedf3910d6ffa762a25a91b216fbf839671d431f /engines/mads/scene.h
parent05459ac27f7a4838e6a81e569e6d0d075226780b (diff)
downloadscummvm-rg350-fac216be332ac1540d5ddcf0cffcc7ccf34c4a81.tar.gz
scummvm-rg350-fac216be332ac1540d5ddcf0cffcc7ccf34c4a81.tar.bz2
scummvm-rg350-fac216be332ac1540d5ddcf0cffcc7ccf34c4a81.zip
MADS: Cleanup of Scene::checkStartWalk to become Player::newWalk
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index ee1a0c7853..0af5fa6575 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -65,8 +65,6 @@ private:
void doAction();
- void checkStartWalk();
-
void doSceneStep();
void checkKeyboard();
@@ -118,8 +116,6 @@ public:
MADSAction _action;
bool _roomChanged;
bool _reloadSceneFlag;
- Common::Point _destPos;
- Facing _targetFacing;
Common::Point _posAdjust;
uint32 _frameStartTime;
Layer _layer;