[8267] ArenaTeam: added check, that teamrating won't become negative

for this i added a FinishGame(mod) function
which also updates other stats, to avoid
redundant code

Signed-off-by: balrok <der-coole-carl@gmx.net>
This commit is contained in:
balrok 2009-07-28 16:49:42 +02:00
parent 8d7f6e5e0a
commit 3557b00a13
3 changed files with 26 additions and 25 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8266"
#define REVISION_NR "8267"
#endif // __REVISION_NR_H__