- Timestamp:
- Jun 28, 2006, 2:44:37 PM (19 years ago)
- File:
- 
          - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
        branches/multi_player_map/src/util/multiplayer_team_deathmatch.ccr8856 r8857 724 724 PlayerStats & stats = *PlayerStats::getStats( userId ); 725 725 726 //check for suicide 726 727 if ( killedUserId != userId ) 727 stats.setScore( stats.getScore() + 1 ); 728 { 729 //check for teamkill 730 if ( stats.getTeamId() != killedStats.getTeamId() ) 731 { 732 stats.setScore( stats.getScore() + 1 ); 733 } 734 else 735 { 736 stats.setScore( stats.getScore() - 1 ); 737 } 738 } 728 739 else 729 740 stats.setScore( stats.getScore() - 1 ); 
Note: See TracChangeset
          for help on using the changeset viewer.
      


 
            







