Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4824 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Jul 8, 2005, 1:24:12 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: cleaned out the crosshair of the Player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r4822 r4824  
    3333#include "event.h"
    3434
    35 #include "crosshair.h"
    36 
    37 
    3835
    3936using namespace std;
     
    7673  */
    7774  delete this->weaponMan;
    78   delete this->crosshair;
    7975}
    8076
     
    10096  this->weaponMan->addWeapon(wpRight, W_CONFIG2);
    10197  this->weaponMan->addWeapon(wpLeft, W_CONFIG2);
    102 
    103 
    104   this->crosshair = new Crosshair();
    10598}
    10699
     
    198191void Player::draw ()
    199192{
    200   this->crosshair->draw();
    201193  glMatrixMode(GL_MODELVIEW);
    202194  glPushMatrix();
Note: See TracChangeset for help on using the changeset viewer.