[Scummvm-cvs-logs] scummvm master -> 4bf98c3e420841836dd7d3fecd6ddc7127473a2e
dreammaster
dreammaster at scummvm.org
Mon Sep 1 01:43:49 CEST 2014
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:
4bf98c3e42 MADS: Actually hook in the new sound player group
Commit: 4bf98c3e420841836dd7d3fecd6ddc7127473a2e
https://github.com/scummvm/scummvm/commit/4bf98c3e420841836dd7d3fecd6ddc7127473a2e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-08-31T19:42:58-04:00
Commit Message:
MADS: Actually hook in the new sound player group
Changed paths:
engines/mads/sound.cpp
diff --git a/engines/mads/sound.cpp b/engines/mads/sound.cpp
index bd99aed..35d948e 100644
--- a/engines/mads/sound.cpp
+++ b/engines/mads/sound.cpp
@@ -73,7 +73,8 @@ void SoundManager::init(int sectionNumber) {
_driver = new Nebular::ASound8(_mixer);
break;
case 9:
- error("Sound driver 9 not implemented");
+ _driver = new Nebular::ASound9(_mixer);
+ break;
default:
_driver = nullptr;
break;
More information about the Scummvm-git-logs
mailing list