diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 23:53:22 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 23:53:22 +0100 |
commit | 5d8ef77d6fd2c6f51bd4d78d9ae5d040ce2e9438 (patch) | |
tree | 3231e37c79b5e604acfb01db07d3ac3cdfc9fcc2 /FICS/makerank.c | |
parent | 56a2578988737fada97995a606b99f2cd87e52c7 (diff) |
Moved 'rtype'
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) { |