Primer depuración. Limpieza archivos innecesarios, cambios de nombres y preparación para Puma.
This commit is contained in:
@@ -814,7 +814,7 @@ bool LLWindowSDL::createContext(int x, int y, int width, int height, int bits, b
|
||||
|
||||
// Set the application icon.
|
||||
SDL_Surface *bmpsurface;
|
||||
bmpsurface = Load_BMP_Resource("firestorm_icon.BMP");
|
||||
bmpsurface = Load_BMP_Resource("puma_icon.BMP");
|
||||
if (bmpsurface)
|
||||
{
|
||||
SDL_SetWindowIcon(mWindow, bmpsurface);
|
||||
|
||||
Reference in New Issue
Block a user