diff options
Diffstat (limited to 'games/scorched3d/files/patch-src-common-SoundStore.h')
-rw-r--r-- | games/scorched3d/files/patch-src-common-SoundStore.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/scorched3d/files/patch-src-common-SoundStore.h b/games/scorched3d/files/patch-src-common-SoundStore.h new file mode 100644 index 000000000000..148c097f7839 --- /dev/null +++ b/games/scorched3d/files/patch-src-common-SoundStore.h @@ -0,0 +1,11 @@ +--- 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 + { |