Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2009, 5:07:22 PM (15 years ago)
Author:
rgrieder
Message:

Removed debug output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc

    r6236 r6256  
    2929#include "NewHumanController.h"
    3030
     31#include <cmath>
    3132#include <OgreRay.h>
    3233#include <OgreSceneQuery.h>
     
    4344#include "sound/SoundManager.h"
    4445#include "Scene.h"
    45 
    46 #include <cmath>
    47 
    4846
    4947namespace orxonox
     
    252250    void NewHumanController::doUnfire()
    253251    {
    254         COUT(0) << "dounfire" << endl;
    255252        this->firemode_ = -1;
    256253        hideArrows();
Note: See TracChangeset for help on using the changeset viewer.