[Scummvm-git-logs] scummvm master -> 8e1a86a3305f4cc31e3fa7ee1e8459c6c0a33e97
athrxx
noreply at scummvm.org
Sun Mar 17 12:57:13 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8e1a86a330 SCUMM: revert accidental commit
Commit: 8e1a86a3305f4cc31e3fa7ee1e8459c6c0a33e97
https://github.com/scummvm/scummvm/commit/8e1a86a3305f4cc31e3fa7ee1e8459c6c0a33e97
Author: athrxx (athrxx at scummvm.org)
Date: 2024-03-17T13:56:30+01:00
Commit Message:
SCUMM: revert accidental commit
Changed paths:
engines/scumm/players/player_mac_indy3.cpp
diff --git a/engines/scumm/players/player_mac_indy3.cpp b/engines/scumm/players/player_mac_indy3.cpp
index 55f0e07bdca..d8cdb4301d3 100644
--- a/engines/scumm/players/player_mac_indy3.cpp
+++ b/engines/scumm/players/player_mac_indy3.cpp
@@ -1031,7 +1031,7 @@ bool Indy3MacSnd::MusicChannel::ctrl_decrJumpIf(const byte *&pos) {
} else {
--var;
}
- return false;
+ return true;
}
bool Indy3MacSnd::MusicChannel::ctrl_writeVar(const byte *&pos) {
More information about the Scummvm-git-logs
mailing list