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

sev- noreply at scummvm.org
Thu Nov 13 12:29:17 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:
e4dd6f7311 AGDS: More Amiga build fixes


Commit: e4dd6f7311fc7fe12085091b626d61a5c1aa1430
    https://github.com/scummvm/scummvm/commit/e4dd6f7311fc7fe12085091b626d61a5c1aa1430
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-11-13T13:29:00+01:00

Commit Message:
AGDS: More Amiga build fixes

Changed paths:
    engines/agds/process_opcodes.cpp


diff --git a/engines/agds/process_opcodes.cpp b/engines/agds/process_opcodes.cpp
index 36d6634edca..ef6667a2b65 100644
--- a/engines/agds/process_opcodes.cpp
+++ b/engines/agds/process_opcodes.cpp
@@ -190,7 +190,7 @@ void Process::getSampleVolume() {
 		push((int32)sound->leftVolume());
 	} else {
 		warning("could not find sample %s", name.c_str());
-		push(-1);
+		push((int32)-1);
 	}
 }
 




More information about the Scummvm-git-logs mailing list