Beginnings of music support for Cruise, based on the cine engine sound code (note that the music played isn't yet correct, though)

svn-id: r41506
This commit is contained in:
Paul Gilbert 2009-06-14 03:39:30 +00:00
parent 95f02dd86f
commit 2f3e5f11cb
7 changed files with 867 additions and 219 deletions

View file

@ -610,7 +610,7 @@ static void syncCT(Common::Serializer &s) {
static void DoSync(Common::Serializer &s) {
syncBasicInfo(s);
_vm->music().doSync(s);
_vm->sound().doSync(s);
syncPalette(s, newPal);
syncPalette(s, workpal);