aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 914bb21d1b..79502e4fa1 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -2830,7 +2830,7 @@ void ScummEngine::initRoomSubBlocks() {
if (ptr) {
int slots = READ_LE_UINT32(ptr);
ptr += 4;
- debug(1, "Loading %d polygon slots\n", slots);
+ debug(1, "Loading %d polygon slots", slots);
bool flag = 1;
int id, points, vert1x, vert1y, vert2x, vert2y, vert3x, vert3y, vert4x, vert4y;