From f015e175dff6592744a6a937ae424f6d01ab0db2 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 20 Jan 2011 12:31:13 +0000 Subject: GOB: Change a warning() into a debugC() Because it gets on my nerves :P svn-id: r55350 --- engines/gob/hotspots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/gob/hotspots.cpp b/engines/gob/hotspots.cpp index 94c3c6fb24..301d594eb9 100644 --- a/engines/gob/hotspots.cpp +++ b/engines/gob/hotspots.cpp @@ -1296,7 +1296,7 @@ void Hotspots::evaluateNew(uint16 i, uint16 *ids, InputDesc *inputs, uint32 funcEnter = 0, funcLeave = 0; if ((windowNum != 0) && (type != 0) && (type != 2)) - warning("evaluateNew - type %d, win %d",type, windowNum); + debugC(0, kDebugHotspots, "evaluateNew - type %d, win %d",type, windowNum); // Evaluate parameters for the new hotspot switch (type) { -- cgit v1.2.3