Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 5:37:06 PM (16 years ago)
Author:
FelixSchulthess
Message:

svn save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/console/InGameConsole.cc

    r1290 r1292  
    4343#include "core/InputManager.h"
    4444#include "GraphicsEngine.h"
    45 // just for testing purposes
    46 //#include "SpaceShip.h"
    4745
    4846#define LINES 20
     
    8381    }
    8482
    85     void InGameConsole::execute(){
    86 /*// just for testing purposes
    87         if(consoleOverlayTextAreas[0]->getCaption() == ">")
    88                 consoleOverlayTextAreas[0]->setCaption(SpaceShip::instance_s->getPosition().x
    89                         + "__" + SpaceShip::instance_s->getPosition().y
    90                         + "__" + SpaceShip::instance_s->getPosition().z);*/
     83    void InGameConsole::execute(){     
    9184        newline();
    9285        if (!CommandExecutor::execute(this->ib_->get())){
Note: See TracChangeset for help on using the changeset viewer.