Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ca7ac2db authored by BONADA Nathan's avatar BONADA Nathan
Browse files

fixed show_map func

parent ee3d6bfc
No related branches found
No related tags found
No related merge requests found
......@@ -140,9 +140,8 @@ bool has_property(entity_property e, entity_property property);
#endif
#ifdef MAP_ENTITY_STACKING
entity *find_category_in_stack(map *map, int category, int y, int x);
entity *find_property_in_stack(map *map, entity_property property, int y,
int x);
entity *find_category_in_stack(map *map, entity_category category, int y, int x);
entity *find_property_in_stack(map *map, entity_property property, int y, int x);
#endif
#ifdef DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment