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.
This commit is contained in:
Torbjörn Andersson 2013-05-07 23:25:39 +02:00
parent 6285509d64
commit ba68b7b275

View File

@ -38,6 +38,7 @@ AGOSEngine_Feeble::AGOSEngine_Feeble(OSystem *system, const AGOSGameDescription
_interactiveVideo = 0;
_moviePlayer = 0;
_vgaCurSpritePriority = 0;
_mouseToggle = false;
}
AGOSEngine_Feeble::~AGOSEngine_Feeble() {