Changeset 9232 in orxonox.OLD for branches/presentation/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jul 5, 2006, 2:22:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9229 r9232 130 130 131 131 // this->addWeapon(wpLeft, 1, 0); 132 this->addWeapon(wpRight,1, 0); 132 if( State::isOnline()) 133 this->addWeapon(wpRight,1, 0); 133 134 this->getWeaponManager().changeWeaponConfig(1); 134 135
Note: See TracChangeset
for help on using the changeset viewer.