Changeset 5145 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Aug 27, 2005, 2:15:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r5144 r5145 18 18 #include "player.h" 19 19 20 #include "shell_command.h"21 20 #include "track_manager.h" 22 21 #include "objModel.h" … … 115 114 116 115 117 ShellCommand<Player>::registerCommand("init", CL_PLAYER, &Player::init);116 // ShellCommand<Player>::registerCommand("init", CL_PLAYER, &Player::init); 118 117 //this->weaponMan->addWeapon(turret, 3, 0); 119 118
Note: See TracChangeset
for help on using the changeset viewer.