[Scummvm-cvs-logs] scummvm master -> 5516357a8e64a2a3d9adf20dabcd8fd5b901bfbe

Strangerke Strangerke at scummvm.org
Mon Apr 8 08:09:53 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5516357a8e HOPKINS: Fix glitch in Ocean Maze initialization


Commit: 5516357a8e64a2a3d9adf20dabcd8fd5b901bfbe
    https://github.com/scummvm/scummvm/commit/5516357a8e64a2a3d9adf20dabcd8fd5b901bfbe
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-04-07T23:07:29-07:00

Commit Message:
HOPKINS: Fix glitch in Ocean Maze initialization

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index afa1abf..4c4839c 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -2800,7 +2800,7 @@ void HopkinsEngine::handleOceanMaze(int16 curExitId, Common::String backgroundFi
 	if (!exit4)
 		_linesManager->disableZone(4);
 
-	if (!_globals->_oceanDirection)
+	if (_globals->_oceanDirection == DIR_NONE)
 		_globals->_oceanDirection = defaultDirection;
 
 	switch (_globals->_oceanDirection) {






More information about the Scummvm-git-logs mailing list