Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 5:36:03 PM (18 years ago)
Author:
rennerc
Message:

new NetworkGameManager

File:
1 edited

Legend:

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

    r7979 r7984  
    2828    inline int getUserId(){ return userId; }
    2929   
    30     inline int getGroupId(){ return groupId; }
    31     inline void setGroupId( int groupId ){ this->groupId = groupId; }
     30    inline int getTeamId(){ return teamId; }
     31    inline void setTeamId( int teamId ){ this->teamId = teamId; }
    3232   
    3333    inline int getScore(){ return score; }
     
    4747  private:
    4848    int userId;                //!< userId
    49     int groupId;               //!< groupId
     49    int teamId;                //!< teamId
    5050
    5151    int score;                 //!< users score points
Note: See TracChangeset for help on using the changeset viewer.