Updated selection mechanism

This commit is contained in:
mathusummut
2019-02-01 04:31:10 +01:00
parent fa0ae69220
commit 66383eaa54
29 changed files with 184 additions and 260 deletions

View File

@@ -254,7 +254,6 @@ namespace Shared {
icon = NULL;
}
//printf("Loading icon [%s]\n",mg_icon_file.c_str());
if (extractExtension(icon_file) == "bmp") {
icon = SDL_LoadBMP(icon_file.c_str());
} else {