Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6256


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

Removed debug output.

Location:
code/branches/presentation2/src/orxonox
Files:
3 edited

Legend:

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

    r6182 r6256  
    6565    {
    6666        SetConfigValue(defaultLevelName_, "presentation_dm.oxw")
    67             .description("Sets the preselection of the level in the main menu.");
     67            .description("Sets the pre selection of the level in the main menu.");
    6868    }
    6969
  • 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();
  • code/branches/presentation2/src/orxonox/sound/SoundManager.cc

    r6254 r6256  
    588588                this->effectsPool_.push_front(it->second);
    589589                it->second->poolIterator_ = this->effectsPool_.begin();
    590                 COUT(0) << "pool size: " << this->effectsPoolSize_ << std::endl;
    591590            }
    592591            else
Note: See TracChangeset for help on using the changeset viewer.