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

whoozle noreply at scummvm.org
Sun Mar 15 20:51:10 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:
a375b89f17 PHOENIXVR: call resetState from restart()


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

Commit Message:
PHOENIXVR: call resetState from restart()

Changed paths:
    engines/phoenixvr/phoenixvr.cpp


diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index 723f3ea43aa..983dee2638a 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -389,6 +389,7 @@ void PhoenixVREngine::wait(float seconds) {
 
 void PhoenixVREngine::restart() {
 	debug("restart");
+	resetState();
 	_restarted = true;
 	_currentLevel = 0;
 	setNextLevel();




More information about the Scummvm-git-logs mailing list