[Scummvm-git-logs] scummvm master -> f2592146fdd11bd7d3cab2dffd4734c7bc1d6d17

neuromancer noreply at scummvm.org
Mon Sep 25 08:39:18 UTC 2023


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
690b25ee0f FREESCAPE: initialize _gameStateBits
f2592146fd NEWS: added Dark Side as a new supported game


Commit: 690b25ee0f0fc576d06992e3468ee2d68952043a
    https://github.com/scummvm/scummvm/commit/690b25ee0f0fc576d06992e3468ee2d68952043a
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2023-09-25T10:29:13+02:00

Commit Message:
FREESCAPE: initialize _gameStateBits

Changed paths:
    engines/freescape/freescape.cpp


diff --git a/engines/freescape/freescape.cpp b/engines/freescape/freescape.cpp
index 9e768661ab5..ea16217669c 100644
--- a/engines/freescape/freescape.cpp
+++ b/engines/freescape/freescape.cpp
@@ -162,6 +162,7 @@ FreescapeEngine::FreescapeEngine(OSystem *syst, const ADGameDescription *gd)
 
 	_maxShield = 63;
 	_maxEnergy = 63;
+	_gameStateBits = 0;
 
 	g_freescape = this;
 }


Commit: f2592146fdd11bd7d3cab2dffd4734c7bc1d6d17
    https://github.com/scummvm/scummvm/commit/f2592146fdd11bd7d3cab2dffd4734c7bc1d6d17
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2023-09-25T10:34:37+02:00

Commit Message:
NEWS: added Dark Side as a new supported game

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 76052428048..ce9611d313d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,6 +11,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Added support for Muppet Treasure Island.
    - Added support for Primordia, Shardlight and Technobabylon.
    - Added support for Adibou 1.
+   - Added support for Dark Side.
 
  New platforms:
    - Added libretro new shiny port.




More information about the Scummvm-git-logs mailing list