Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDebugLevelSound is specified
svn-id: r41039
This commit is contained in:
parent
2f90c8f398
commit
15d5b8436e
5 changed files with 35 additions and 147 deletions
|
@ -853,7 +853,6 @@ EngineState *gamestate_restore(EngineState *s, Common::SeekableReadStream *fh) {
|
|||
retval->_sound._flags = s->_sound._flags;
|
||||
retval->_sound._song = NULL;
|
||||
retval->_sound._suspended = s->_sound._suspended;
|
||||
retval->_sound._debug = s->_sound._debug;
|
||||
reconstruct_sounds(retval);
|
||||
|
||||
// Message state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue