From 0ac1eb82c65e7f20f51f6337df5aa64e02a1af29 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 3 Nov 2010 09:44:03 +0000 Subject: M4: Changed debug calls to debugCN since they all have newlines svn-id: r54047 --- engines/m4/hotspot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/hotspot.cpp') 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()) -- cgit v1.2.3