Changeset 8196 in orxonox.OLD
- Timestamp:
- Jun 7, 2006, 3:17:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/player_stats.cc
r8194 r8196 134 134 { 135 135 this->playable = dynamic_cast<Playable*>(*it); 136 this->playable->toList( OM_PLAYERS ); 136 //TODO when OM_PLAYERS is ticked add line: 137 //this->playable->toList( OM_PLAYERS ); 137 138 break; 138 139 }
Note: See TracChangeset
for help on using the changeset viewer.