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:
parent
95f02dd86f
commit
2f3e5f11cb
7 changed files with 867 additions and 219 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue