diff options
-rw-r--r-- | FICS/command.c | 10 | ||||
-rw-r--r-- | FICS/command.h | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/FICS/command.c b/FICS/command.c index fd81679..67d551e 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -78,11 +78,11 @@ PUBLIC char *hadmin_handle = HADMINHANDLE; char *hadmin_email = HADMINEMAIL; char *reg_addr = REGMAIL; -PUBLIC time_t startuptime; -PUBLIC char fics_hostname[81]; -PUBLIC int player_high; -PUBLIC int game_high; -PUBLIC int MailGameResult; +PUBLIC char fics_hostname[81]; +PUBLIC int MailGameResult; +PUBLIC int game_high; +PUBLIC int player_high; +PUBLIC time_t startuptime; PUBLIC int commanding_player = -1; /* The player whose command your in */ diff --git a/FICS/command.h b/FICS/command.h index 2c79f75..fe05997 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -50,11 +50,11 @@ extern char *uscf_dir; extern char *hadmin_handle; -extern time_t startuptime; -extern char fics_hostname[81]; -extern int player_high; -extern int game_high; -extern int MailGameResult; +extern char fics_hostname[81]; +extern int MailGameResult; +extern int game_high; +extern int player_high; +extern time_t startuptime; /* Maximum length of a login name */ #define MAX_LOGIN_NAME 20 |