[Scummvm-git-logs] scummvm master -> 3701853c3a590c6a4d50accc2c487bbd0245f1f5

sev- noreply at scummvm.org
Tue Feb 10 00:17:15 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:
3701853c3a PHOENIXVR: Fix AmigaOS build


Commit: 3701853c3a590c6a4d50accc2c487bbd0245f1f5
    https://github.com/scummvm/scummvm/commit/3701853c3a590c6a4d50accc2c487bbd0245f1f5
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-10T01:16:59+01:00

Commit Message:
PHOENIXVR: Fix AmigaOS build

Changed paths:
    engines/phoenixvr/vr.cpp


diff --git a/engines/phoenixvr/vr.cpp b/engines/phoenixvr/vr.cpp
index 51e62d9f8b2..b8aba1225e8 100644
--- a/engines/phoenixvr/vr.cpp
+++ b/engines/phoenixvr/vr.cpp
@@ -101,7 +101,7 @@ struct Quantisation {
 	}
 };
 
-void unpack(Graphics::Surface &pic, const byte *huff, uint huffSize, const byte *acPtr, uint acSize, const byte *dcPtr, uint dcSize, int quality, const Common::Array<uint> *prefix = nullptr) {
+void unpack(Graphics::Surface &pic, const byte *huff, uint huffSize, const byte *acPtr, uint acSize, const byte *dcPtr, uint dcSize, int quality, const Common::Array<uint32> *prefix = nullptr) {
 	Quantisation quant(quality);
 
 	uint huffOffset = 0;




More information about the Scummvm-git-logs mailing list