diff options
-rw-r--r-- | FICS/command.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FICS/command.c b/FICS/command.c index c61b75a..62594f2 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -84,7 +84,10 @@ PUBLIC int game_high; PUBLIC int player_high; PUBLIC time_t startuptime; -PUBLIC int commanding_player = -1; /* The player whose command your in */ +/* + * The player whose command you're in + */ +PUBLIC int commanding_player = -1; PRIVATE int lastCommandFound = -1; |