Un-deprecate getMinimap

We can't use deprecated functions. If you want to replace it, replace it and delete the old function. But don't do half the job and expect a clean build!
This commit is contained in:
Gregory A Lundberg 2018-03-18 13:56:35 -05:00
parent 950d4f86e5
commit c7416ae7d9
No known key found for this signature in database
GPG key ID: 149484078AE8AE9E

View file

@ -30,7 +30,7 @@ namespace image
{
/// function to create the minimap for a given map
/// the surface returned must be freed by the user
DEPRECATED("") surface getMinimap(int w,
surface getMinimap(int w,
int h,
const gamemap& map_,
const team* vm = nullptr,