Removed some logging

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9794 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-09-10 23:23:08 +00:00
parent 6698949799
commit 0fcdada738

View File

@@ -57,7 +57,6 @@ Swatter::Swatter(Attachment *attachment, Kart *kart, bool was_bomb,
if (m_removing_bomb)
{
printf("Loading '%s'\n", file_manager->getModelFile("swatter_anim2.b3d").c_str());
node->setMesh(irr_driver->getAnimatedMesh( file_manager->getModelFile("swatter_anim2.b3d") ));
node->setRotation(core::vector3df(0.0, -180.0, 0.0));
node->setAnimationSpeed(0.9f);