Changeset 8237 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- Jun 8, 2006, 1:45:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/player_stats.cc
r8236 r8237 57 57 this->playableClassId = 0; 58 58 this->modelFileName = ""; 59 this->nickName = "Player"; 59 60 60 61 userId_handle = registerVarId( new SynchronizeableInt( &userId, &userId, "userId" ) ); … … 97 98 if ( std::find( id.begin(), id.end(), nickName_handler ) != id.end() ) 98 99 { 99 PRINTF(0)("user %d is now known as %s\n", userId, nickName );100 PRINTF(0)("user %d is now known as %s\n", userId, nickName.c_str()); 100 101 } 101 102 }
Note: See TracChangeset
for help on using the changeset viewer.