HOPKINS: Fix glitch in Ocean Maze initialization

This commit is contained in:
Strangerke 2013-04-08 08:06:58 +02:00
parent 9e44cd6641
commit 5516357a8e

View File

@ -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) {