Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jul 2, 2005, 11:35:29 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the mighty useless crosshair…

File:
1 edited

Legend:

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

    r4780 r4781  
    3535#include "crosshair.h"
    3636
     37Crosshair* test;
     38
    3739using namespace std;
    3840
     
    100102
    101103
    102   new Crosshair();
     104  test = new Crosshair();
    103105}
    104106
     
    196198void Player::draw ()
    197199{
     200  test->draw();
    198201  glMatrixMode(GL_MODELVIEW);
    199202  glPushMatrix();
     
    212215
    213216  this->weaponMan->draw();
     217
    214218}
    215219
     
    299303}
    300304
    301 
     305/**
     306 * @todo switch statement ??
     307 */
    302308void Player::process(const Event &event)
    303309{
Note: See TracChangeset for help on using the changeset viewer.