summary refs log tree commit diff stats
path: root/mazeoflife.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mazeoflife.cpp')
-rw-r--r--mazeoflife.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/mazeoflife.cpp b/mazeoflife.cpp index 4ec9250..ba5faa9 100644 --- a/mazeoflife.cpp +++ b/mazeoflife.cpp
@@ -18,6 +18,10 @@ int main(int argc, char *argv[])
18 18
19 SDL_WM_SetCaption("Maze Of Life", NULL); 19 SDL_WM_SetCaption("Maze Of Life", NULL);
20 20
21 SDL_Surface* icon;
22 LOADIMAGE(icon,icon)
23 SDL_WM_SetIcon(icon, NULL);
24
21 /* 25 /*
22 * Initialize the display in a 640x480 8-bit palettized mode, 26 * Initialize the display in a 640x480 8-bit palettized mode,
23 * requesting a software surface 27 * requesting a software surface