From 967853c03f03bc620ab82e1550a419d716ba3388 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 1 Jan 2010 20:49:56 +0000 Subject: SCI: volume for sci0 now set to 127, now using constant instead of value svn-id: r46849 --- engines/sci/engine/savegame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/engine') diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp index a5a65e683f..315b264ddd 100644 --- a/engines/sci/engine/savegame.cpp +++ b/engines/sci/engine/savegame.cpp @@ -120,7 +120,7 @@ void MusicEntry::saveLoadWithSerializer(Common::Serializer &s) { s.syncAsSint32LE(hold); // volume and dataInc will be synced from the sound objects // when the sound list is reconstructed in gamestate_restore() - volume = 100; + volume = MUSIC_VOLUME_FOR_SCI0; dataInc = 0; // No fading info fadeTo = 0; -- cgit v1.2.3