[Scummvm-git-logs] scummvm master -> 31096de6eed56617e1e8137d62c42dca440de12e
digitall
noreply at scummvm.org
Sun Mar 2 03:29:53 UTC 2025
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:
31096de6ee DGDS: Fix Fallthrough in TTM Interpreter
Commit: 31096de6eed56617e1e8137d62c42dca440de12e
https://github.com/scummvm/scummvm/commit/31096de6eed56617e1e8137d62c42dca440de12e
Author: D G Turner (digitall at scummvm.org)
Date: 2025-03-02T03:28:45Z
Commit Message:
DGDS: Fix Fallthrough in TTM Interpreter
Changed paths:
engines/dgds/ttm.cpp
diff --git a/engines/dgds/ttm.cpp b/engines/dgds/ttm.cpp
index 1c67861a08b..8fbf32f8fd3 100644
--- a/engines/dgds/ttm.cpp
+++ b/engines/dgds/ttm.cpp
@@ -1112,6 +1112,7 @@ void TTMInterpreter::handleOperation(TTMEnviro &env, TTMSeq &seq, uint16 op, byt
_vm->_soundPlayer->stopAllSfx();
}
env._lastSelectedSample = 0;
+ break;
}
case 0xc050: { // PLAY SAMPLE: int: i
if (seq._executed) // this is a one-shot op
More information about the Scummvm-git-logs
mailing list