X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fmap_object_actions.h;h=17c4b1e3b8c80daa2e72aae089c7e2e0ac265d7c;hb=9591db5a35ff15c0950eb692625d297faefd0646;hp=81a3fa62e5dd3de8daf0bbc9d81b8860bc0ed84e;hpb=cc4ed0c49279f08a053a3e3a9a4acba22283a01f;p=plomrogue diff --git a/src/server/map_object_actions.h b/src/server/map_object_actions.h index 81a3fa6..17c4b1e 100644 --- a/src/server/map_object_actions.h +++ b/src/server/map_object_actions.h @@ -15,7 +15,7 @@ struct MapObj; struct MapObjAct { - uint8_t id; /* unique id of map object action; must be >0 */ + uint8_t id; /* identifies action in MapObj.command; therefore must be >0 */ struct MapObjAct * next; void (* func) (struct MapObj *); /* function called after .effort turns */ char * name; /* human-readable identifier */