From 8b3bd4ae00d02867990e63a64c93367f7adc7eb2 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 19 Dec 2023 23:56:14 +0100 Subject: Changed comment layout --- FICS/command.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'FICS') 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; -- cgit v1.2.3