mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
ZVISION: Remove forgotten debug prints
This commit is contained in:
parent
2a4e9a6358
commit
5eb6462d60
@ -632,7 +632,6 @@ void ScriptManager::deserialize(Common::SeekableReadStream *stream) {
|
||||
|
||||
if (stream->readUint32BE() != MKTAG('Z', 'N', 'S', 'G') || stream->readUint32LE() != 4) {
|
||||
changeLocation('g', 'a', 'r', 'y', 0);
|
||||
debug("ZNSG");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -640,7 +639,6 @@ void ScriptManager::deserialize(Common::SeekableReadStream *stream) {
|
||||
|
||||
if (stream->readUint32BE() != MKTAG('L', 'O', 'C', ' ') || stream->readUint32LE() != 8) {
|
||||
changeLocation('g', 'a', 'r', 'y', 0);
|
||||
debug("LOC");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user