[Scummvm-git-logs] scummvm master -> 1ff8ead807deedd182855b13bd64e09abca8af18
sev-
sev at scummvm.org
Tue Jul 6 23:52:24 UTC 2021
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:
1ff8ead807 SAGA2: Init Saga2Engine class members. CID 1457993
Commit: 1ff8ead807deedd182855b13bd64e09abca8af18
https://github.com/scummvm/scummvm/commit/1ff8ead807deedd182855b13bd64e09abca8af18
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-07T01:51:40+02:00
Commit Message:
SAGA2: Init Saga2Engine class members. CID 1457993
Changed paths:
engines/saga2/saga2.cpp
diff --git a/engines/saga2/saga2.cpp b/engines/saga2/saga2.cpp
index 4985362ba5..e821a65c7e 100644
--- a/engines/saga2/saga2.cpp
+++ b/engines/saga2/saga2.cpp
@@ -60,6 +60,11 @@ Saga2Engine::Saga2Engine(OSystem *syst)
_videoX = _videoY = 0;
_loadedWeapons = 0;
+ _autoAggression = true;
+ _autoWeapon = true;
+ _showNight = true;
+ _speechText = true;
+
SearchMan.addSubDirectoryMatching(gameDataDir, "res");
SearchMan.addSubDirectoryMatching(gameDataDir, "dos/drivers"); // For Miles Sound files
SearchMan.addSubDirectoryMatching(gameDataDir, "drivers");
More information about the Scummvm-git-logs
mailing list