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