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:
parent
950d4f86e5
commit
c7416ae7d9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue