Skip to content

Commit

Permalink
HOPKINS: Fix glitch in Ocean Maze initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Apr 8, 2013
1 parent 9e44cd6 commit 5516357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/hopkins/hopkins.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 5516357

Please sign in to comment.