diff options
| author | Max Horn | 2003-07-13 16:22:17 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-13 16:22:17 +0000 |
| commit | 963ecad36275f338fffb1619a0e8535016352d61 (patch) | |
| tree | c7eea83ae283decd62e2fcfb5ecd1fa3dca6c1dd /scumm/script_v8.cpp | |
| parent | 0642d2df98ed3b6c0251acf95b58674b1713bb9f (diff) | |
| download | scummvm-rg350-963ecad36275f338fffb1619a0e8535016352d61.tar.gz scummvm-rg350-963ecad36275f338fffb1619a0e8535016352d61.tar.bz2 scummvm-rg350-963ecad36275f338fffb1619a0e8535016352d61.zip | |
debug/warning/error all automatically output a newline
svn-id: r8991
Diffstat (limited to 'scumm/script_v8.cpp')
| -rw-r--r-- | scumm/script_v8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index e2c442cf52..9edac12f6c 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -1623,7 +1623,7 @@ void Scumm_v8::o8_drawObject() { if (x != 0x7FFFFFFF) { od->x_pos = x; od->y_pos = y; - debug(1, "setting position: 0x%X b 0x%X\n", x, y); + debug(1, "setting position: 0x%X b 0x%X", x, y); } addObjectToDrawQue(objnum); |
