X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fplay.c;fp=src%2Fplay.c;h=cb761ddf3361b61be8393df440461bd0ad808ee4;hb=be953fe1e3ff0445c0de44631fcadf4576118a8a;hp=e18b64228a93fcd7898c6738160c93a4c44533fe;hpb=9ae3f2f8ed90df0226be60a4cf42de8ad35634c7;p=mancala diff --git a/src/play.c b/src/play.c index e18b642..cb761dd 100644 --- a/src/play.c +++ b/src/play.c @@ -211,10 +211,10 @@ int play() { board_rect.h = 0; /* set window properties and create it */ - SDL_WM_SetCaption("Mancala", "Mancala"); - if (sprintf(icon_path, "%s/icon.png", RES_PATH) == 0) - printf("Problems assembling icon path.\n"); - SDL_WM_SetIcon(LoadRes(icon_path), NULL); + // SDL_WM_SetCaption("Mancala", "Mancala"); + // if (sprintf(icon_path, "%s/icon.png", RES_PATH) == 0) + // printf("Problems assembling icon path.\n"); + // SDL_WM_SetIcon(LoadRes(icon_path), NULL); if ((screen = SDL_SetVideoMode(tile->w*8, (tile->h*2) + Y_OFFSET, 16, SDL_FULLSCREEN)) == NULL) { printf("Unable to set %dx%d video: %s", tile->w*8,