freebsd-ports/games/glmaze/files/patch-sound.c
Adam Weinberger 98429e0a05 Add glMaze.
glMaze is a multiplayer OpenGL maze game.  Up to six players hunt
each other online in a real 3-D maze.
2003-06-06 03:18:22 +00:00

11 lines
234 B
C

--- 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