aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-04 22:04:51 +0000
committerEugene Sandulenko2006-04-04 22:04:51 +0000
commitd292c0ec55024ef95833f56300987a19e2ef4e31 (patch)
tree2c1f2147011d0059d74363816d63d9be7376e2d9 /engines/scumm/gfx.cpp
parentf5c4634ecdd1832146fc47b796dcb7475b5c4498 (diff)
downloadscummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.tar.gz
scummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.tar.bz2
scummvm-rg350-d292c0ec55024ef95833f56300987a19e2ef4e31.zip
Since our debug() adds an exclamation mark at the message end, remove
it in several calls to avoid duplication!!11! svn-id: r21607
Diffstat (limited to 'engines/scumm/gfx.cpp')
-rw-r--r--engines/scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp
index 53a0cbad96..018895d546 100644
--- a/engines/scumm/gfx.cpp
+++ b/engines/scumm/gfx.cpp
@@ -2183,7 +2183,7 @@ void Gdi::decodeNESGfx(const byte *room) {
}
_NES.hasmask = true;
if (mask != 1)
- debug(0,"NES room %i has irregular mask count %i!",_vm->_currentRoom,mask);
+ debug(0,"NES room %i has irregular mask count %i",_vm->_currentRoom,mask);
int mwidth = *mdata++;
for (i = 0; i < 16; i++) {
n = 0;