aboutsummaryrefslogtreecommitdiff
path: root/scumm/boxes.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-08-14 02:04:26 +0000
committerTravis Howell2005-08-14 02:04:26 +0000
commit18febcb94d9312d9c025e647168364e4ed9ff53a (patch)
tree92669619a7d7507f338febb40ea3686f8deee8db /scumm/boxes.cpp
parenta820400f8c134a9119b5a2c5b68d614345322f45 (diff)
downloadscummvm-rg350-18febcb94d9312d9c025e647168364e4ed9ff53a.tar.gz
scummvm-rg350-18febcb94d9312d9c025e647168364e4ed9ff53a.tar.bz2
scummvm-rg350-18febcb94d9312d9c025e647168364e4ed9ff53a.zip
Replace warnings with debug, errors or printfs:
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682
Diffstat (limited to 'scumm/boxes.cpp')
-rw-r--r--scumm/boxes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/boxes.cpp b/scumm/boxes.cpp
index 88d5b9c193..989ba26660 100644
--- a/scumm/boxes.cpp
+++ b/scumm/boxes.cpp
@@ -761,7 +761,7 @@ int ScummEngine::getPathToDestBox(byte from, byte to) {
}
if (boxm >= end)
- warning("The box matrix apparently is truncated (room %d)", _roomResource);
+ debug(0, "The box matrix apparently is truncated (room %d)", _roomResource);
return dest;
}