mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 17:20:43 +02:00
Updated selection mechanism
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user