Changeset 10487 in orxonox.OLD for trunk/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jan 29, 2007, 11:51:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/fps_player.cc
r10452 r10487 73 73 FPSPlayer::FPSPlayer(const TiXmlElement* root) 74 74 { 75 this->init();76 77 75 if (root != NULL) 78 76 this->loadParams(root); 79 77 78 this->updateNode(0.001); 79 this->init(); 80 80 } 81 81
Note: See TracChangeset
for help on using the changeset viewer.