mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
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:
parent
6285509d64
commit
ba68b7b275
@ -38,6 +38,7 @@ AGOSEngine_Feeble::AGOSEngine_Feeble(OSystem *system, const AGOSGameDescription
|
||||
_interactiveVideo = 0;
|
||||
_moviePlayer = 0;
|
||||
_vgaCurSpritePriority = 0;
|
||||
_mouseToggle = false;
|
||||
}
|
||||
|
||||
AGOSEngine_Feeble::~AGOSEngine_Feeble() {
|
||||
|
Loading…
Reference in New Issue
Block a user