home · contact · privacy
Server: Atomify the savefile writing.
[plomrogue] / src / server / io.h
index 0e04d80edc44db702b83a24afcdaaf8b2fe1f1b6..82117538c4bd2a87b877b777fba21db58120eedb 100644 (file)
@@ -26,8 +26,8 @@
  */
 extern char * io_round();
 
-/* Write to savefile god commands (one per line) to rebuild the current world
- * state.
+/* Write to savefile (atomically) god commands (one per line) to rebuild the
+ * current world state.
  */
 extern void save_world();