X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fconfigfile.h;h=901834af96cc87c8cac982ad327dcd8fa66003c9;hb=d92f16d5959fc846d3eaf669517eecb3969cda08;hp=5fc2a0d8c6cb971e782dac5583a585ce600e9321;hpb=273161a3d8956e98308a79169dcf7c70a89992fe;p=plomrogue diff --git a/src/server/configfile.h b/src/server/configfile.h index 5fc2a0d..901834a 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 file at world.path_config into thing type and thing action definitions + * at world.thing_types and world.thing_actions. */ extern void read_config_file();