X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fclient%2Fio.h;h=33fc671ec6fd8f9ea749012b73d4e9a84a9b6517;hb=cdd22bc79aafb8261af4785f58425d8535e57a5b;hp=344a8eebb793950688f367d6f9b9d38f6d6a4412;hpb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;p=plomrogue diff --git a/src/client/io.h b/src/client/io.h index 344a8ee..33fc671 100644 --- a/src/client/io.h +++ b/src/client/io.h @@ -20,7 +20,7 @@ */ extern void send(char * msg); -/* Keep checking for user input, a changed worldstate file and the server's +/* 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.