[Scummvm-git-logs] scummvm master -> 07fb37ed70794dd42c8ab8895ddc2dffe745a023

dreammaster dreammaster at scummvm.org
Mon Apr 9 00:54:04 CEST 2018


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:
07fb37ed70 XEEN: Fix restarting World game after exiting to menu from Dark Side


Commit: 07fb37ed70794dd42c8ab8895ddc2dffe745a023
    https://github.com/scummvm/scummvm/commit/07fb37ed70794dd42c8ab8895ddc2dffe745a023
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-04-08T18:53:59-04:00

Commit Message:
XEEN: Fix restarting World game after exiting to menu from Dark Side

Changed paths:
    engines/xeen/xeen.cpp


diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index 8300040..f495f48 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -216,6 +216,8 @@ void XeenEngine::play() {
 		_party->_mazeDirection = DIR_NORTH;
 		_party->_mazePosition.x = 25;
 		_party->_mazePosition.y = 21;
+	} else {
+		_map->_loadCcNum = g_vm->_files->_ccNum;
 	}
 
 	_map->clearMaze();





More information about the Scummvm-git-logs mailing list