[Scummvm-cvs-logs] SF.net SVN: scummvm:[55350] scummvm/trunk/engines/gob/hotspots.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Thu Jan 20 13:31:13 CET 2011
Revision: 55350
http://scummvm.svn.sourceforge.net/scummvm/?rev=55350&view=rev
Author: drmccoy
Date: 2011-01-20 12:31:13 +0000 (Thu, 20 Jan 2011)
Log Message:
-----------
GOB: Change a warning() into a debugC()
Because it gets on my nerves :P
Modified Paths:
--------------
scummvm/trunk/engines/gob/hotspots.cpp
Modified: scummvm/trunk/engines/gob/hotspots.cpp
===================================================================
--- scummvm/trunk/engines/gob/hotspots.cpp 2011-01-20 12:28:46 UTC (rev 55349)
+++ scummvm/trunk/engines/gob/hotspots.cpp 2011-01-20 12:31:13 UTC (rev 55350)
@@ -1296,7 +1296,7 @@
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) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list