Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDebugLevelSound is specified

svn-id: r41039
This commit is contained in:
Filippos Karapetis 2009-05-30 17:53:12 +00:00
parent 2f90c8f398
commit 15d5b8436e
5 changed files with 35 additions and 147 deletions

View file

@ -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: