home · contact · privacy
Display stack of things player is standing on.
[plomrogue] / src / client / io.h
index 1e47404bab8a323f8c90f0d8951ee94c6b626569..36d04c6fb7633785538d6d0d6761265b7ef27d8f 100644 (file)
@@ -33,7 +33,7 @@ extern void send(char * msg);
  * view on player if world.focus_each_turn is set. Messages from the out file
  * are put together on the queue first, from which only complete (\n-delimited)
  * messages are read. Queues of messages are worked through completely / emptied
- * before any re-drawing happens.
+ * before any re-drawing or further server polling happens.
  */
 extern char * io_loop();