aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/hotspot.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2010-11-03 09:44:03 +0000
committerPaul Gilbert2010-11-03 09:44:03 +0000
commit0ac1eb82c65e7f20f51f6337df5aa64e02a1af29 (patch)
treeb529306dc3c705ac77b63940ca7b6f1a2578e5f5 /engines/m4/hotspot.cpp
parente56a3747d236703633fa3bb885542b9ebefe64ff (diff)
downloadscummvm-rg350-0ac1eb82c65e7f20f51f6337df5aa64e02a1af29.tar.gz
scummvm-rg350-0ac1eb82c65e7f20f51f6337df5aa64e02a1af29.tar.bz2
scummvm-rg350-0ac1eb82c65e7f20f51f6337df5aa64e02a1af29.zip
M4: Changed debug calls to debugCN since they all have newlines
svn-id: r54047
Diffstat (limited to 'engines/m4/hotspot.cpp')
-rw-r--r--engines/m4/hotspot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/hotspot.cpp b/engines/m4/hotspot.cpp
index 3132d6e4de..500464dc09 100644
--- a/engines/m4/hotspot.cpp
+++ b/engines/m4/hotspot.cpp
@@ -227,7 +227,7 @@ void HotSpotList::loadHotSpots(Common::SeekableReadStream* hotspotStream, int ho
// This looks to be some sort of bitmask. Perhaps it signifies
// the valid verbs for this hotspot
index = hotspotStream->readUint16LE(); // unknown
- //debug(kDebugCore, "%i ", index);
+ //debugC(kDebugCore, "%i ", index);
}
if (_vm->isM4())