Skip to content
Snippets Groups Projects
Commit 4260d394 authored by dg's avatar dg
Browse files

Fix icon application

git-svn-id: http://svn.net-core.org/repos/t-engine4@1225 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2574a00d
No related branches found
No related tags found
No related merge requests found
......@@ -750,7 +750,7 @@ int main(int argc, char *argv[])
return -1;
}
SDL_WM_SetIcon(IMG_Load_RW(PHYSFSRWOPS_openRead("engines/default/engine/data/gfx/te4-icon.png"), TRUE), NULL);
SDL_WM_SetIcon(IMG_Load_RW(PHYSFSRWOPS_openRead("/engines/default/data/gfx/te4-icon.png"), TRUE), NULL);
// screen = SDL_SetVideoMode(WIDTH, HEIGHT, 32, SDL_OPENGL | SDL_GL_DOUBLEBUFFER | SDL_HWPALETTE | SDL_HWSURFACE | SDL_RESIZABLE);
// glewInit();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment