summaryrefslogtreecommitdiff
path: root/games/glmaze/files/patch-sound.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-06 03:18:22 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-06 03:18:22 +0000
commit98429e0a05632846624ddd353338fbd409e4558b (patch)
treec491bdb60949504836e60aaba33c553cbd03aef9 /games/glmaze/files/patch-sound.c
parentUpdate to version 3.1.1. (diff)
Add glMaze.
glMaze is a multiplayer OpenGL maze game. Up to six players hunt each other online in a real 3-D maze.
Notes
Notes: svn path=/head/; revision=82341
Diffstat (limited to 'games/glmaze/files/patch-sound.c')
-rw-r--r--games/glmaze/files/patch-sound.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/glmaze/files/patch-sound.c b/games/glmaze/files/patch-sound.c
new file mode 100644
index 000000000000..ab3771b21533
--- /dev/null
+++ b/games/glmaze/files/patch-sound.c
@@ -0,0 +1,11 @@
+--- sound.c.orig Thu Jun 5 19:49:36 2003
++++ sound.c Thu Jun 5 19:50:22 2003
+@@ -18,7 +18,7 @@
+ #include "maze.h"
+
+ #ifdef SOUND
+-#include <SDL/SDL_mixer.h>
++#include <SDL_mixer.h>
+ Mix_Chunk *sound[5];
+ Mix_Music *music;
+ #endif