GabuEx / my-little-investigations

Source for the game executables for My Little Investigations, a MLP:FiM fan game.
MIT License
47 stars 10 forks source link

Add window icon on non-Windows platform #26

Open mdevlamynck opened 10 years ago

mdevlamynck commented 10 years ago

I noticed that the icon is set only on Windows so I fixed that using SDL. As SDL2_image fails to load the ico (certainly because it doesn't know wich image in it to load) I just used a png. If the loading fails, it will fallback to the default icon. I let you choose wether to keep this on Windows as well or not but IMO, the lesser platform-specific, the better.