cb0072859f
The goal of vodovod is to reach the highest possible score. You get a limited number of pipes on each level and need to combine them to lead the water from the house at the top of the screen to the storage tank at the bottom. help & ok jasper@
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
$OpenBSD: patch-sutils_cpp,v 1.1.1.1 2007/07/05 16:13:27 simon Exp $
|
|
--- sutils.cpp.orig Sat Jun 9 22:36:53 2007
|
|
+++ sutils.cpp Thu Jul 5 15:17:41 2007
|
|
@@ -374,7 +374,7 @@ void InitVideo(bool fullscreen)
|
|
throw Exiter(SDL_GetError());
|
|
printf("Ok.\n");
|
|
|
|
- SDL_Surface *icon = Data->getGfx("icon", "data/abicon.bmp");
|
|
+ SDL_Surface *icon = Data->getGfx("icon", DATADIR "/data/abicon.bmp");
|
|
if (!icon)
|
|
throw Exiter(SDL_GetError());
|
|
SDL_WM_SetIcon(icon, NULL);
|