aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/graphics.cpp
diff options
context:
space:
mode:
authorjohndoe1232014-08-01 22:53:07 +0200
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit297996a0900acca177ecfd3ffa51907ad8d284fa (patch)
tree0f91f6c87cac520b5d7e334fd11e8e88a564e89e /engines/illusions/graphics.cpp
parentad2c0aaf3d81688f9c575eef64b571cb73249997 (diff)
downloadscummvm-rg350-297996a0900acca177ecfd3ffa51907ad8d284fa.tar.gz
scummvm-rg350-297996a0900acca177ecfd3ffa51907ad8d284fa.tar.bz2
scummvm-rg350-297996a0900acca177ecfd3ffa51907ad8d284fa.zip
ILLUSIONS: Add sound effects (still buggy)
Diffstat (limited to 'engines/illusions/graphics.cpp')
-rw-r--r--engines/illusions/graphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/illusions/graphics.cpp b/engines/illusions/graphics.cpp
index a4fa0e6cfe..eae605641e 100644
--- a/engines/illusions/graphics.cpp
+++ b/engines/illusions/graphics.cpp
@@ -75,7 +75,6 @@ void NamedPoints::load(uint count, Common::SeekableReadStream &stream) {
void loadPoint(Common::SeekableReadStream &stream, Common::Point &pt) {
pt.x = stream.readSint16LE();
pt.y = stream.readSint16LE();
-
debug(0, "loadPoint() x: %d; y: %d",
pt.x, pt.y);
}