[Scummvm-git-logs] scummvm master -> e4b7f699be6b0a89afa5f622c0c4c68e7ade4866

Strangerke Strangerke at scummvm.org
Mon Feb 27 01:02:17 CET 2017


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:
e4b7f699be CRYO: Fix crash when restarting the game


Commit: e4b7f699be6b0a89afa5f622c0c4c68e7ade4866
    https://github.com/scummvm/scummvm/commit/e4b7f699be6b0a89afa5f622c0c4c68e7ade4866
Author: Strangerke (strangerke at scummvm.org)
Date: 2017-02-27T00:59:17+01:00

Commit Message:
CRYO: Fix crash when restarting the game

Changed paths:
    engines/cryo/eden.cpp


diff --git a/engines/cryo/eden.cpp b/engines/cryo/eden.cpp
index 84b976a..78dd622 100644
--- a/engines/cryo/eden.cpp
+++ b/engines/cryo/eden.cpp
@@ -3787,6 +3787,8 @@ void EdenGame::initGlobals() {
 	_underSubtitlesBackupRect.left = _subtitlesXScrMargin;
 	_underSubtitlesBackupRect.right = _subtitlesXScrMargin + _subtitlesXWidth - 1;
 	_underSubtitlesBackupRect.bottom = 60 - 1;
+
+	_savedUnderSubtitles = false;
 }
 
 void EdenGame::initRects() {





More information about the Scummvm-git-logs mailing list