home · contact · privacy
Server: Minor code-stylistic changes in configfile library.
[plomrogue] / src / server / io.c
index ba5abd5f2d18b2c95000fe7381b244aae6df455f..c4c60478ec0253b1c17695e23006afb7baca49fb 100644 (file)
@@ -30,8 +30,8 @@
 */
 static char * get_message_from_queue();
 
-/* Read input file for input into world.queue. new queue input. Wait a few
- * seconds until giving up. Translate '\n' chars in input file into '\0' chars.
+/* Poll input file for world.queue input. Wait a few seconds until giving up;
+ * poll only every 0.03 seconds.. Translate '\n' chars in input file into '\0'.
  */
 static void read_file_into_queue();