[Scummvm-git-logs] scummvm master -> 346e0f2b4c9985f4f93c89d7d499141e455ac63e

AndywinXp noreply at scummvm.org
Mon Jun 16 22:07:27 UTC 2025


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:
346e0f2b4c LASTEXPRESS: Fix PS3 (and other) builds


Commit: 346e0f2b4c9985f4f93c89d7d499141e455ac63e
    https://github.com/scummvm/scummvm/commit/346e0f2b4c9985f4f93c89d7d499141e455ac63e
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-06-17T00:07:22+02:00

Commit Message:
LASTEXPRESS: Fix PS3 (and other) builds

Changed paths:
    engines/lastexpress/data/gold_archive.cpp


diff --git a/engines/lastexpress/data/gold_archive.cpp b/engines/lastexpress/data/gold_archive.cpp
index 8ccb94b41fa..15a1c333276 100644
--- a/engines/lastexpress/data/gold_archive.cpp
+++ b/engines/lastexpress/data/gold_archive.cpp
@@ -34,10 +34,8 @@ GoldArchiveManager::GoldArchiveManager(LastExpressEngine *engine) : ArchiveManag
 }
 
 GoldArchiveManager::~GoldArchiveManager() {
-	ArchiveManager::~ArchiveManager();
 }
 
-
 bool GoldArchiveManager::lockCD(int32 index) {
 	return true;
 }




More information about the Scummvm-git-logs mailing list