[Scummvm-cvs-logs] scummvm master -> 38f70f66f0e95cac7b81cd770326979bf76fa625

Strangerke arnaud.boutonne at gmail.com
Sun Feb 20 11:33:32 CET 2011


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:
38f70f66f0 HUGO: Fix crash when Hugo.dat not found (or wrong version detected)


Commit: 38f70f66f0e95cac7b81cd770326979bf76fa625
    https://github.com/scummvm/scummvm/commit/38f70f66f0e95cac7b81cd770326979bf76fa625
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-02-20T02:33:17-08:00

Commit Message:
HUGO: Fix crash when Hugo.dat not found (or wrong version detected)

Changed paths:
    engines/hugo/mouse.cpp



diff --git a/engines/hugo/mouse.cpp b/engines/hugo/mouse.cpp
index 1ac61d3..73805dc 100644
--- a/engines/hugo/mouse.cpp
+++ b/engines/hugo/mouse.cpp
@@ -47,7 +47,7 @@
 
 namespace Hugo {
 
-MouseHandler::MouseHandler(HugoEngine *vm) : _vm(vm) {
+MouseHandler::MouseHandler(HugoEngine *vm) : _vm(vm), _hotspots(0) {
 	_leftButtonFl  = false;
 	_rightButtonFl = false;
 	_jumpExitFl = false;                            // Can't jump to a screen exit






More information about the Scummvm-git-logs mailing list