[Scummvm-cvs-logs] scummvm master -> 22e5fe8b4e06b93db1edaf8399394428b349d5e5
Kirben
kirben at optusnet.com.au
Tue May 17 08:11:37 CEST 2016
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:
22e5fe8b4e SCUMM: Add missing break in o70_startSound.
Commit: 22e5fe8b4e06b93db1edaf8399394428b349d5e5
https://github.com/scummvm/scummvm/commit/22e5fe8b4e06b93db1edaf8399394428b349d5e5
Author: Kirben (kirben at optusnet.com.au)
Date: 2016-05-17T16:11:04+10:00
Commit Message:
SCUMM: Add missing break in o70_startSound.
Changed paths:
engines/scumm/he/script_v70he.cpp
diff --git a/engines/scumm/he/script_v70he.cpp b/engines/scumm/he/script_v70he.cpp
index a911487..b91943c 100644
--- a/engines/scumm/he/script_v70he.cpp
+++ b/engines/scumm/he/script_v70he.cpp
@@ -71,6 +71,7 @@ void ScummEngine_v70he::o70_startSound() {
value = pop();
_heSndSoundId = pop();
_sound->addSoundToQueue(_heSndSoundId, 0, 0, 8);
+ break;
case 56:
_heSndFlags |= 16;
break;
More information about the Scummvm-git-logs
mailing list