aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-14 12:17:15 +0000
committerTravis Howell2004-09-14 12:17:15 +0000
commit6522c060fd26aafbd3cd9482b93db9154125642f (patch)
treec70ab59787bc0130bc9d52dc8070399e177ad602
parent8c5381295d0400551d51ffa022fc460b838e6c69 (diff)
downloadscummvm-rg350-6522c060fd26aafbd3cd9482b93db9154125642f.tar.gz
scummvm-rg350-6522c060fd26aafbd3cd9482b93db9154125642f.tar.bz2
scummvm-rg350-6522c060fd26aafbd3cd9482b93db9154125642f.zip
Typo
svn-id: r15116
-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;