[Scummvm-cvs-logs] scummvm master -> cdf45b264d3b7650f48cc220f56defc2d0c7ef9c

dreammaster dreammaster at scummvm.org
Tue Sep 1 03:13:50 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:
cdf45b264d SHERLOCK: Fix crash when loading games from launcher


Commit: cdf45b264d3b7650f48cc220f56defc2d0c7ef9c
    https://github.com/scummvm/scummvm/commit/cdf45b264d3b7650f48cc220f56defc2d0c7ef9c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-08-31T21:13:20-04:00

Commit Message:
SHERLOCK: Fix crash when loading games from launcher

Changed paths:
    engines/sherlock/events.cpp



diff --git a/engines/sherlock/events.cpp b/engines/sherlock/events.cpp
index 079ea0e..e4fe3fb 100644
--- a/engines/sherlock/events.cpp
+++ b/engines/sherlock/events.cpp
@@ -44,7 +44,7 @@ Events::Events(SherlockEngine *vm): _vm(vm) {
 	_oldButtons = _oldRightButton = false;
 	_firstPress = false;
 	_waitCounter = 0;
-	_frameRate = 0;
+	_frameRate = GAME_FRAME_RATE;
 
 	if (_vm->_interactiveFl)
 		loadCursors("rmouse.vgs");






More information about the Scummvm-git-logs mailing list