aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/object.cpp
diff options
context:
space:
mode:
authorlukaslw2014-06-01 20:44:04 +0200
committerlukaslw2014-06-22 20:08:36 +0200
commit46ce47dbca3d046121b6aaa5f3cd4827e7bfe0a7 (patch)
treec13106b9217f8b5a0d7488157d8a7ef19979a5cb /engines/prince/object.cpp
parent445229c196042e80de421d0f0e8fc7ba444dd144 (diff)
downloadscummvm-rg350-46ce47dbca3d046121b6aaa5f3cd4827e7bfe0a7.tar.gz
scummvm-rg350-46ce47dbca3d046121b6aaa5f3cd4827e7bfe0a7.tar.bz2
scummvm-rg350-46ce47dbca3d046121b6aaa5f3cd4827e7bfe0a7.zip
PRINCE: Parallax bitmaps loading, showParallax() implementation
Diffstat (limited to 'engines/prince/object.cpp')
-rw-r--r--engines/prince/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/object.cpp b/engines/prince/object.cpp
index 11c553ffbc..94d55b5716 100644
--- a/engines/prince/object.cpp
+++ b/engines/prince/object.cpp
@@ -80,7 +80,7 @@ bool Object::loadFromStream(Common::SeekableReadStream &stream) {
stream.seek(pos + 16);
- debug("Object x %d, y %d, z %d overlay %d", _x, _y, _z, _mask);
+ //debug("Object x %d, y %d, z %d overlay %d", _x, _y, _z, _mask);
return true;
}