[Scummvm-git-logs] scummvm master -> b8c85a9fdcee3c6ddd7416dda831b9d95c2d0460
whoozle
noreply at scummvm.org
Sat Mar 14 16:38:07 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
b8c85a9fdc PHOENIXVR: start Loch Ness from first.lst
Commit: b8c85a9fdcee3c6ddd7416dda831b9d95c2d0460
https://github.com/scummvm/scummvm/commit/b8c85a9fdcee3c6ddd7416dda831b9d95c2d0460
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-14T16:37:25Z
Commit Message:
PHOENIXVR: start Loch Ness from first.lst
Changed paths:
engines/phoenixvr/phoenixvr.cpp
diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index edaf5782314..6947c04da0c 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -1025,6 +1025,8 @@ Common::Error PhoenixVREngine::run() {
// try load level-specific script first (amerzone)
if (setNextLevel())
_loaded = false; // reset flag or interface.vr will skip menu
+ else if (gameIdMatches("lochness"))
+ setNextScript("first.lst");
else
setNextScript("script.lst");
More information about the Scummvm-git-logs
mailing list