home · contact · privacy
Load last world state from save file, not from re-stepping record file.
[plomrogue] / src / server / configfile.h
index 5fc2a0d8c6cb971e782dac5583a585ce600e9321..d80a2ba004e2bc3c1a2eaca78537a4934f33e916 100644 (file)
@@ -1,6 +1,6 @@
 /* src/server/configfile.h
  *
- * Reading in the config file of map object and map object action definitions.
+ * Reading in the config file of thing types and thing actions.
  */
 
 #ifndef CONFIGFILE_H
@@ -8,8 +8,8 @@
 
 
 
-/* Parse file at world.path_config into map object and map object action
- * definitions at world.map_obj_defs and world.map_obj_acts.
+/* 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();