diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:56:14 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:56:14 +0100 |
commit | 8b3bd4ae00d02867990e63a64c93367f7adc7eb2 (patch) | |
tree | ab615252470df620b1f59705b9eefa5f17548e4b /FICS/command.c | |
parent | cd4023684f743b44c5be466ff1d3f6e8e24811b9 (diff) |
Changed comment layout
Diffstat (limited to 'FICS/command.c')
-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; |