Changeset 4824 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc
- Timestamp:
- Jul 8, 2005, 1:24:12 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r4822 r4824 33 33 #include "event.h" 34 34 35 #include "crosshair.h"36 37 38 35 39 36 using namespace std; … … 76 73 */ 77 74 delete this->weaponMan; 78 delete this->crosshair;79 75 } 80 76 … … 100 96 this->weaponMan->addWeapon(wpRight, W_CONFIG2); 101 97 this->weaponMan->addWeapon(wpLeft, W_CONFIG2); 102 103 104 this->crosshair = new Crosshair();105 98 } 106 99 … … 198 191 void Player::draw () 199 192 { 200 this->crosshair->draw();201 193 glMatrixMode(GL_MODELVIEW); 202 194 glPushMatrix();
Note: See TracChangeset
for help on using the changeset viewer.