aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-common-SoundStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-common-SoundStore.h')
-rw-r--r--games/scorched3d/files/patch-src-common-SoundStore.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-common-SoundStore.h b/games/scorched3d/files/patch-src-common-SoundStore.h
deleted file mode 100644
index 148c097f7839..000000000000
--- a/games/scorched3d/files/patch-src-common-SoundStore.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/SoundStore.h.orig Wed Jul 30 17:41:28 2003
-+++ src/common/SoundStore.h Sun Aug 3 09:07:12 2003
-@@ -29,7 +29,7 @@
- #include <string>
-
- #define CACHE_SOUND(var, filename) \
-- static SoundBuffer* ##var = SoundStore::instance()->fetchOrCreateBuffer(##filename);
-+ static SoundBuffer* var = SoundStore::instance()->fetchOrCreateBuffer(filename);
-
- class SoundStore
- {