Changeset 9106 in orxonox.OLD for branches/presentation
- Timestamp:
- Jul 4, 2006, 5:18:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9105 r9106 356 356 { 357 357 // only draw if this entity is not the player since the player nevers sees himself 358 //if( this->getCurrentPlayer() == NULL)358 if( this->getCurrentPlayer() == NULL) 359 359 WorldEntity::draw(); 360 360 }
Note: See TracChangeset
for help on using the changeset viewer.