diff options
Diffstat (limited to 'games/highmoon/files/patch-sound.cpp')
-rw-r--r-- | games/highmoon/files/patch-sound.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/highmoon/files/patch-sound.cpp b/games/highmoon/files/patch-sound.cpp deleted file mode 100644 index 7d24d8b5fb0f..000000000000 --- a/games/highmoon/files/patch-sound.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- sound.cpp.orig -+++ sound.cpp -@@ -24,7 +24,7 @@ - ******************************************************************************************/ - - #include <iostream> -- -+#include <stdlib.h> - #include "sound.hpp" - - Soundset::Sample Soundset::sounds[ NUMBEROFCHANNELS ]; |