[Scummvm-cvs-logs] SF.net SVN: scummvm:[45964] scummvm/trunk/engines/teenagent/scene.cpp
megath at users.sourceforge.net
megath at users.sourceforge.net
Tue Nov 17 23:24:49 CET 2009
Revision: 45964
http://scummvm.svn.sourceforge.net/scummvm/?rev=45964&view=rev
Author: megath
Date: 2009-11-17 22:24:49 +0000 (Tue, 17 Nov 2009)
Log Message:
-----------
removed noisy debug
Modified Paths:
--------------
scummvm/trunk/engines/teenagent/scene.cpp
Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp 2009-11-17 22:22:40 UTC (rev 45963)
+++ scummvm/trunk/engines/teenagent/scene.cpp 2009-11-17 22:24:49 UTC (rev 45964)
@@ -673,7 +673,6 @@
zoom = 128 + 128 * (position.y - zoom_min) / (zoom_max - zoom_min);
else
zoom = 128;
- debug(0, "zoom = %u", zoom);
}
if (!path.empty()) {
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