Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8196 in orxonox.OLD


Ignore:
Timestamp:
Jun 7, 2006, 3:17:38 PM (18 years ago)
Author:
rennerc
Message:

dont put player in group which is not ticked/drawed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/player_stats.cc

    r8194 r8196  
    134134    {
    135135      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 );
    137138      break;
    138139    }
Note: See TracChangeset for help on using the changeset viewer.