HUGO: Remove sound off when saving
svn-id: r53110
This commit is contained in:
parent
a4c16f7447
commit
c50a149a35
1 changed files with 0 additions and 2 deletions
|
@ -916,7 +916,6 @@ void Parser_v1d::lineHandler() {
|
||||||
|
|
||||||
// SAVE/RESTORE
|
// SAVE/RESTORE
|
||||||
if (!strcmp("save", _line)) {
|
if (!strcmp("save", _line)) {
|
||||||
_config.soundFl = false;
|
|
||||||
if (gameStatus.gameOverFl)
|
if (gameStatus.gameOverFl)
|
||||||
Utils::gameOverMsg();
|
Utils::gameOverMsg();
|
||||||
else
|
else
|
||||||
|
@ -926,7 +925,6 @@ void Parser_v1d::lineHandler() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strcmp("restore", _line)) {
|
if (!strcmp("restore", _line)) {
|
||||||
_config.soundFl = false;
|
|
||||||
// _vm.file().saveOrRestore(false);
|
// _vm.file().saveOrRestore(false);
|
||||||
warning("STUB: saveOrRestore()");
|
warning("STUB: saveOrRestore()");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue