| 283 | |
| 284 | |
| 285 | void map_remove_object_spot(u16 id, LPCSTR spot_type) { Level().MapManager().RemoveMapLocation(spot_type, id); } |
| 286 | |
| 287 | u16 map_has_object_spot(u16 id, LPCSTR spot_type) { return Level().MapManager().HasMapLocation(spot_type, id); } |
| 288 |
nothing calls this directly
no test coverage detected