X-Git-Url: https://plomlompom.com/repos/do_todos?a=blobdiff_plain;f=src%2Fmap_objects.h;h=a5156f47d2a98b3cde51d1a40204ff6f54378baf;hb=c7cdbe6260e5cd6a8efe2c73a02c9635b67ec4b7;hp=9eb055c156ebd3d94090460d1ad8d228216ecdee;hpb=1afe61cf5429407b416177893c7c86424ba31ff4;p=plomrogue diff --git a/src/map_objects.h b/src/map_objects.h index 9eb055c..a5156f4 100644 --- a/src/map_objects.h +++ b/src/map_objects.h @@ -81,7 +81,7 @@ extern void init_map_object_defs(struct World * world, char * filename); * "def_id". */ extern void * build_map_objects(struct World * world, void * start, char def_id, - unsigned char n); + unsigned char n);