From 4917740b44da8d7bac8b689febe98b183f1a8278 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 8 Feb 2011 20:52:26 +0000 Subject: HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help) svn-id: r55831 --- engines/hugo/object_v3d.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/hugo/object_v3d.cpp') diff --git a/engines/hugo/object_v3d.cpp b/engines/hugo/object_v3d.cpp index 16ef9f5649..e80a18bd5a 100644 --- a/engines/hugo/object_v3d.cpp +++ b/engines/hugo/object_v3d.cpp @@ -59,9 +59,8 @@ void ObjectHandler_v3d::moveObjects() { debugC(4, kDebugObject, "moveObjects"); // Added to DOS version in order to handle mouse properly - // If route mode enabled, do special route processing - if (_vm->getGameStatus().routeIndex >= 0) - _vm->_route->processRoute(); + // Do special route processing + _vm->_route->processRoute(); // Perform any adjustments to velocity based on special path types // and store all (visible) object baselines into the boundary file. -- cgit v1.2.3