Fix screenshot minimap <name> console command ignoring name

See #143
This commit is contained in:
Jonathan G Rennison
2020-04-14 17:58:39 +01:00
parent 23efead74e
commit bdf3af72ec

View File

@@ -908,7 +908,7 @@ bool MakeScreenshot(ScreenshotType t, const char *name)
}
case SC_MINIMAP:
ret = MakeMinimapWorldScreenshot(nullptr);
ret = MakeMinimapWorldScreenshot(name);
break;
default: