aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/hotspot.cpp
diff options
context:
space:
mode:
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())