[Scummvm-cvs-logs] SF.net SVN: scummvm:[34573] scummvm/trunk/engines/drascula/saveload.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Sep 16 10:24:43 CEST 2008


Revision: 34573
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34573&view=rev
Author:   thebluegr
Date:     2008-09-16 08:24:42 +0000 (Tue, 16 Sep 2008)

Log Message:
-----------
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...)

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/saveload.cpp

Modified: scummvm/trunk/engines/drascula/saveload.cpp
===================================================================
--- scummvm/trunk/engines/drascula/saveload.cpp	2008-09-16 08:12:13 UTC (rev 34572)
+++ scummvm/trunk/engines/drascula/saveload.cpp	2008-09-16 08:24:42 UTC (rev 34573)
@@ -255,9 +255,6 @@
 		warning("Can't write file '%s'. (Disk full?)", gameName);
 
 	delete out;
-
-	playSound(99);
-	finishSound();
 }
 
 } // End of namespace Drascula


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list