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

eriktorbjorn eriktorbjorn at telia.com
Tue May 7 23:27:36 CEST 2013


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:
ba68b7b275 AGOS: Initialize _mouseToggle


Commit: ba68b7b2756599223c41e1b18fe5bac4cee41851
    https://github.com/scummvm/scummvm/commit/ba68b7b2756599223c41e1b18fe5bac4cee41851
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-05-07T14:25:39-07:00

Commit Message:
AGOS: Initialize _mouseToggle

This shouldn't actually be necessary since, as far as I can tell,
its only purpose is to toggle between true and false to slow down
some mouse cursor animations. But Valgrind doesn't know that.

Changed paths:
    engines/agos/feeble.cpp



diff --git a/engines/agos/feeble.cpp b/engines/agos/feeble.cpp
index 4608969..a96caa9 100644
--- a/engines/agos/feeble.cpp
+++ b/engines/agos/feeble.cpp
@@ -38,6 +38,7 @@ AGOSEngine_Feeble::AGOSEngine_Feeble(OSystem *system, const AGOSGameDescription
 	_interactiveVideo = 0;
 	_moviePlayer = 0;
 	_vgaCurSpritePriority = 0;
+	_mouseToggle = false;
 }
 
 AGOSEngine_Feeble::~AGOSEngine_Feeble() {






More information about the Scummvm-git-logs mailing list