mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
DIRECTOR: LINGO: Remove leftover debug output
This commit is contained in:
parent
a78240f026
commit
15190d4607
@ -162,7 +162,6 @@ Common::String Lingo::patchLingoCode(Common::String &line, LingoArchive *archive
|
||||
}
|
||||
|
||||
// Now expensive ones
|
||||
warning("EXTRA: %s", _vm->getExtra());
|
||||
if (movie.compareToIgnoreCase(patch->movie) || strcmp(patch->gameId, _vm->getGameId())
|
||||
|| (patch->extra && strcmp(patch->extra, _vm->getExtra()))) {
|
||||
patch++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user