From c36c58ca40df93e091c499f534362453d92e5ffa Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 16 Sep 2008 08:24:42 +0000 Subject: Removed the confirmation speech when a game is saved - it's "99.als" instead of "s99.als", but the main problem is that it's not translated in the English version and it's in Spanish (plus it's creepy and annoying...) svn-id: r34573 --- engines/drascula/saveload.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines') diff --git a/engines/drascula/saveload.cpp b/engines/drascula/saveload.cpp index 526f8eb038..503d2ab639 100644 --- a/engines/drascula/saveload.cpp +++ b/engines/drascula/saveload.cpp @@ -255,9 +255,6 @@ void DrasculaEngine::saveGame(char gameName[]) { warning("Can't write file '%s'. (Disk full?)", gameName); delete out; - - playSound(99); - finishSound(); } } // End of namespace Drascula -- cgit v1.2.3