From 11d2cf66b60799c12bec5279f801c402d90f1476 Mon Sep 17 00:00:00 2001 From: uruk Date: Sun, 3 Aug 2014 22:23:55 +0200 Subject: CGE2: Rework the handling of the sound buttons on the toolbar. Also keep in sync the volume settings and the audio mode of the game and the settings in the Launcher. --- engines/cge2/saveload.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/cge2/saveload.cpp') diff --git a/engines/cge2/saveload.cpp b/engines/cge2/saveload.cpp index b5355966c3..a7d04bbc09 100644 --- a/engines/cge2/saveload.cpp +++ b/engines/cge2/saveload.cpp @@ -239,8 +239,6 @@ bool CGE2Engine::loadGame(int slotNumber) { syncGame(readStream, nullptr); delete readStream; - syncSpeechSettings(); - loadHeroes(); return true; -- cgit v1.2.3