[Scummvm-git-logs] scummvm master -> 294e0b6f3043bc472abd8b9276b8355c4f9e874e

whoozle noreply at scummvm.org
Sun Mar 15 12:11:46 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:
294e0b6f30 Revert "PHOENIXVR: disable previous warp for amerzone"


Commit: 294e0b6f3043bc472abd8b9276b8355c4f9e874e
    https://github.com/scummvm/scummvm/commit/294e0b6f3043bc472abd8b9276b8355c4f9e874e
Author: Vladimir Menshakov (vladimir.menshakov at gmail.com)
Date: 2026-03-15T12:11:21Z

Commit Message:
Revert "PHOENIXVR: disable previous warp for amerzone"

This reverts commit 5f81a05dad61f36107cbca1f23067d3bb7aa2c5f.

Changed paths:
    engines/phoenixvr/phoenixvr.cpp


diff --git a/engines/phoenixvr/phoenixvr.cpp b/engines/phoenixvr/phoenixvr.cpp
index e64338b47aa..fd8003d2dca 100644
--- a/engines/phoenixvr/phoenixvr.cpp
+++ b/engines/phoenixvr/phoenixvr.cpp
@@ -409,7 +409,7 @@ bool PhoenixVREngine::goToWarp(const Common::String &warp, bool savePrev) {
 		_nextWarp = _script->getWarp(warp);
 
 	_hoverIndex = -1;
-	if (savePrev && !gameIdMatches("amerzone")) {
+	if (savePrev) {
 		assert(_warpIdx >= 0);
 		_prevWarp = _warpIdx;
 		// saving thumbnail




More information about the Scummvm-git-logs mailing list