]> Dogcows Code - chaz/yoink/blobdiff - src/Character.cc
more featureful sound class
[chaz/yoink] / src / Character.cc
index 411c0327e641ba8c5ff0883f0efc0d4a22d6f366..1b184fa2d0160ad353ef3645823d25626397b3cf 100644 (file)
@@ -26,6 +26,8 @@
 
 *******************************************************************************/
 
+#include <iostream>
+
 #include "Character.hh"
 #include "Log.hh"
 
@@ -125,7 +127,8 @@ void Character::handleEvent(const Mf::Event& event)
                        break;
        }
 
-       Mf::logInfo("current force [%f %f]", current.force[0], current.force[1]);
+       //Mf::logInfo("current force [%f %f]", current.force[0], current.force[1]);
+       //std::cerr << "current force: " << current.force << std::endl;
 }
 
 
This page took 0.019889 seconds and 4 git commands to generate.