home · contact · privacy
Load last world state from save file, not from re-stepping record file.
[plomrogue] / src / server / configfile.h
index 901834af96cc87c8cac982ad327dcd8fa66003c9..d80a2ba004e2bc3c1a2eaca78537a4934f33e916 100644 (file)
@@ -8,8 +8,8 @@
 
 
 
-/* Parse file at world.path_config into thing type and thing action definitions
- * at world.thing_types and world.thing_actions.
+/* Parse thing type / action definitons file nto thing type and thing action
+ * definitions at world.thing_types and world.thing_actions.
  */
 extern void read_config_file();