From 31aad69cad9823763b416c13811d472a14d25375 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 14 Nov 2014 14:05:33 +0100 Subject: [PATCH] Client Improve comments. --- src/client/io.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/client/io.h b/src/client/io.h index 33fc671..abfc153 100644 --- a/src/client/io.h +++ b/src/client/io.h @@ -20,10 +20,10 @@ */ extern void send(char * msg); -/* Keep checking for user input, a changed worldstate file, and the server's - * wakefulness. Update client's world representation on worldstate file changes. - * Manipulate the client and send commands to server based on the user input as - * interpreted by the control.h library. +/* Keep checking for user input, a changed worldstate file, and queue input from + * the server's out file. Update client's world representation on worldstate + * file changes. Manipulate the client and send commands to server based on the + * user input as interpreted by the control.h library. * * On each change / activity, re-draw the windows with draw_all_wins(). When the * loop ends regularly (due to the user sending a quit command), return an -- 2.30.2