[8776] proper arena rating calculation

the elo-formula has K=48 for rating<1000
an K=32 for rating>1000

also set the rating of new members to 0 if they
join a team with rating <1000
This commit is contained in:
danielich 2009-11-05 10:59:32 +01:00 committed by balrok
parent c50df41b3c
commit 63951591fd
2 changed files with 19 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8775"
#define REVISION_NR "8776"
#endif // __REVISION_NR_H__