diff options
Diffstat (limited to 'FICS/makerank.c')
-rw-r--r-- | FICS/makerank.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FICS/makerank.c b/FICS/makerank.c index 4bdba63..3e237d0 100644 --- a/FICS/makerank.c +++ b/FICS/makerank.c @@ -14,6 +14,7 @@ ENTRY **list; ENTRY **sortme; char *rnames[] = {"std", "blitz", "wild", "lightning"}; +int rtype; static int GetPlayerInfo(char *fileName, ENTRY *e) @@ -195,8 +196,6 @@ SetComputers(int n) return 1; } -int rtype; - static int sortfunc(const void *i, const void *j) { |