[Scummvm-git-logs] scummvm master -> 42623e13a71506eb12a57e23a5161f9abbb1e0cc
neuromancer
noreply at scummvm.org
Mon May 2 06:30:29 UTC 2022
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:
42623e13a7 HYPNO: initialize _c33UseMouse in wet
Commit: 42623e13a71506eb12a57e23a5161f9abbb1e0cc
https://github.com/scummvm/scummvm/commit/42623e13a71506eb12a57e23a5161f9abbb1e0cc
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-05-02T08:30:44+02:00
Commit Message:
HYPNO: initialize _c33UseMouse in wet
Changed paths:
engines/hypno/wet/wet.cpp
diff --git a/engines/hypno/wet/wet.cpp b/engines/hypno/wet/wet.cpp
index bc81ba7522f..3f3c71f972c 100644
--- a/engines/hypno/wet/wet.cpp
+++ b/engines/hypno/wet/wet.cpp
@@ -57,6 +57,8 @@ WetEngine::WetEngine(OSystem *syst, const ADGameDescription *gd) : HypnoEngine(s
_lives = 2;
_lastLevel = 0;
+ _c33UseMouse = true;
+
_c40SegmentIdx = -1;
_c40lastTurn = -1;
More information about the Scummvm-git-logs
mailing list