[Scummvm-git-logs] scummvm master -> 33e613075f78fc320be15b7a64e42f1187954bfa

whoozle noreply at scummvm.org
Sat Mar 14 20:01:53 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:
33e613075f PHOENIXVR: do not render screen after init script finishes (could be script/warp change)


Commit: 33e613075f78fc320be15b7a64e42f1187954bfa
    https://github.com/scummvm/scummvm/commit/33e613075f78fc320be15b7a64e42f1187954bfa
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-14T20:01:45Z

Commit Message:
PHOENIXVR: do not render screen after init script finishes (could be script/warp change)

Fix intro.vr appearing between intro videos in Loch Ness first.lst

Changed paths:
    engines/phoenixvr/phoenixvr.cpp


diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index 6947c04da0c..7069479a306 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -926,6 +926,7 @@ void PhoenixVREngine::tick(float dt) {
 		else
 			warning("no default script!");
 		_restarted = false;
+		return;
 	}
 
 	if (_nextTest >= 0) {




More information about the Scummvm-git-logs mailing list