diff options
Diffstat (limited to 'engines/illusions/graphics.cpp')
-rw-r--r-- | engines/illusions/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/graphics.cpp b/engines/illusions/graphics.cpp index 37fe4d547e..a4fa0e6cfe 100644 --- a/engines/illusions/graphics.cpp +++ b/engines/illusions/graphics.cpp @@ -76,7 +76,7 @@ void loadPoint(Common::SeekableReadStream &stream, Common::Point &pt) { pt.x = stream.readSint16LE(); pt.y = stream.readSint16LE(); - debug(5, "loadPoint() x: %d; y: %d", + debug(0, "loadPoint() x: %d; y: %d", pt.x, pt.y); } |