[Scummvm-cvs-logs] scummvm master -> 7b9455c24286737f6d57344cb7e6bf48b57b0a63

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Jun 3 22:11:36 CEST 2015


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:
7b9455c242 SHERLOCK: unpause engine, when exiting the console


Commit: 7b9455c24286737f6d57344cb7e6bf48b57b0a63
    https://github.com/scummvm/scummvm/commit/7b9455c24286737f6d57344cb7e6bf48b57b0a63
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-03T22:12:02+02:00

Commit Message:
SHERLOCK: unpause engine, when exiting the console

Changed paths:
    engines/sherlock/debugger.cpp



diff --git a/engines/sherlock/debugger.cpp b/engines/sherlock/debugger.cpp
index f66a39e..d8db595 100644
--- a/engines/sherlock/debugger.cpp
+++ b/engines/sherlock/debugger.cpp
@@ -39,6 +39,8 @@ void Debugger::postEnter() {
 
 		_3doPlayMovieFile.clear();
 	}
+
+	_vm->pauseEngine(false);
 }
 
 int Debugger::strToInt(const char *s) {






More information about the Scummvm-git-logs mailing list