diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-27 18:56:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-27 18:56:10 +0000 |
commit | a26d7c7f14536089a98485aeffda350a49078059 (patch) | |
tree | 4a0d062b1290de767a095313dbab847c9012f8ad /games/gltron/files/patch-af | |
parent | upgrade to 0.7 (diff) |
Update to 0.61.
Notes
Notes:
svn path=/head/; revision=41977
Diffstat (limited to 'games/gltron/files/patch-af')
-rw-r--r-- | games/gltron/files/patch-af | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/gltron/files/patch-af b/games/gltron/files/patch-af deleted file mode 100644 index acc41285baad..000000000000 --- a/games/gltron/files/patch-af +++ /dev/null @@ -1,15 +0,0 @@ ---- system_sdl.c 2000/05/26 09:21:17 1.1 -+++ system_sdl.c 2000/05/26 09:27:15 -@@ -17,7 +17,11 @@ - } - - void SystemInit(int *argc, char *argv[]) { -- if(SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO) < 0 ){ -+ Uint32 sflag = 0; -+#ifdef SOUND -+ sflag = SDL_INIT_AUDIO; -+#endif -+ if(SDL_Init(SDL_INIT_VIDEO | sflag) < 0 ){ - fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError()); - exit(1); - } |