[Scummvm-git-logs] scummvm master -> 8e5cb76d44dfc5a56d85d3d09cf9d3312547cd5d

neuromancer noreply at scummvm.org
Sun Jun 12 12:42:16 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:
8e5cb76d44 HYPNO: make sure the bonus field is resetted with the rest of the stats


Commit: 8e5cb76d44dfc5a56d85d3d09cf9d3312547cd5d
    https://github.com/scummvm/scummvm/commit/8e5cb76d44dfc5a56d85d3d09cf9d3312547cd5d
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-12T14:41:22+02:00

Commit Message:
HYPNO: make sure the bonus field is resetted with the rest of the stats

Changed paths:
    engines/hypno/arcade.cpp


diff --git a/engines/hypno/arcade.cpp b/engines/hypno/arcade.cpp
index c2a3ee80295..904e21af5f9 100644
--- a/engines/hypno/arcade.cpp
+++ b/engines/hypno/arcade.cpp
@@ -774,6 +774,7 @@ void HypnoEngine::incInfoReceived() {
 
 void HypnoEngine::resetStatistics() {
 	_stats = ArcadeStats();
+	_bonus = 0;
 }
 
 bool HypnoEngine::clickedSecondaryShoot(const Common::Point &mousePos) {




More information about the Scummvm-git-logs mailing list