X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Fserver%2Fconfigfile.h;h=d80a2ba004e2bc3c1a2eaca78537a4934f33e916;hb=6489cfca32023a529f70960a089c73e282d73941;hp=5fc2a0d8c6cb971e782dac5583a585ce600e9321;hpb=cc4ed0c49279f08a053a3e3a9a4acba22283a01f;p=plomrogue diff --git a/src/server/configfile.h b/src/server/configfile.h index 5fc2a0d..d80a2ba 100644 --- a/src/server/configfile.h +++ b/src/server/configfile.h @@ -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();