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

whoozle noreply at scummvm.org
Sun Mar 15 20:41:45 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:
e9c4b89be0 PHOENIXVR: reset _prevWarp on restart


Commit: e9c4b89be0166d5b922ee0069becb223c2533122
    https://github.com/scummvm/scummvm/commit/e9c4b89be0166d5b922ee0069becb223c2533122
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-15T20:41:31Z

Commit Message:
PHOENIXVR: reset _prevWarp on restart

fix Escape -> New Game -> Escape New Game freeze

Changed paths:
    engines/phoenixvr/phoenixvr.cpp


diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index fd8003d2dca..723f3ea43aa 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -392,6 +392,7 @@ void PhoenixVREngine::restart() {
 	_restarted = true;
 	_currentLevel = 0;
 	setNextLevel();
+	_prevWarp = -1;
 	_loaded = false;
 }
 




More information about the Scummvm-git-logs mailing list