[Scummvm-cvs-logs] SF.net SVN: scummvm:[53110] scummvm/trunk/engines/hugo/parser.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Sun Oct 10 11:59:42 CEST 2010
Revision: 53110
http://scummvm.svn.sourceforge.net/scummvm/?rev=53110&view=rev
Author: strangerke
Date: 2010-10-10 09:59:40 +0000 (Sun, 10 Oct 2010)
Log Message:
-----------
HUGO: Remove sound off when saving
Modified Paths:
--------------
scummvm/trunk/engines/hugo/parser.cpp
Modified: scummvm/trunk/engines/hugo/parser.cpp
===================================================================
--- scummvm/trunk/engines/hugo/parser.cpp 2010-10-10 09:47:19 UTC (rev 53109)
+++ scummvm/trunk/engines/hugo/parser.cpp 2010-10-10 09:59:40 UTC (rev 53110)
@@ -916,7 +916,6 @@
// SAVE/RESTORE
if (!strcmp("save", _line)) {
- _config.soundFl = false;
if (gameStatus.gameOverFl)
Utils::gameOverMsg();
else
@@ -926,7 +925,6 @@
}
if (!strcmp("restore", _line)) {
- _config.soundFl = false;
// _vm.file().saveOrRestore(false);
warning("STUB: saveOrRestore()");
return;
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