X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fmap_objects.h;h=5cbab7bc3e44effce04aa7a124eb0809b696156a;hb=2c2521789dc5c8bb77eb36362d4244606f878420;hp=a56595f79aaad4c7358b092c22817fca3f66b7db;hpb=aafa0cb49e7ec8600dad902411de6e76e111c939;p=plomrogue diff --git a/src/map_objects.h b/src/map_objects.h index a56595f..5cbab7b 100644 --- a/src/map_objects.h +++ b/src/map_objects.h @@ -49,7 +49,10 @@ extern void free_map_object_defs(struct MapObjDef * mod_start); -/* Add new object(s) ("n": how many?) of "type" to map on random position(s). */ +/* Add new object(s) ("n": how many?) of "type" to map on random position(s). + * New animate objects are never placed in the same square with other animated + * ones. + */ extern void add_map_object(struct World * world, uint8_t type); extern void add_map_objects(struct World * world, uint8_t type, uint8_t n);