Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 27, 2005, 12:32:41 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: minor cleanup

File:
1 edited

Legend:

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

    r5064 r5143  
    1818#include "player.h"
    1919
     20#include "shell_command.h"
    2021#include "track_manager.h"
    2122#include "objModel.h"
     
    114115
    115116
     117  ShellCommand<Player>::registerCommand("init", CL_PLAYER, &Player::init);
    116118  //this->weaponMan->addWeapon(turret, 3, 0);
    117119
Note: See TracChangeset for help on using the changeset viewer.