diff options
Diffstat (limited to 'games/xlogical/files/patch-sound_files.cpp')
| -rw-r--r-- | games/xlogical/files/patch-sound_files.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/games/xlogical/files/patch-sound_files.cpp b/games/xlogical/files/patch-sound_files.cpp index c6b49a13501d..fb4a6bbe39c2 100644 --- a/games/xlogical/files/patch-sound_files.cpp +++ b/games/xlogical/files/patch-sound_files.cpp @@ -1,11 +1,11 @@ --- sound_files.cpp.orig 2007-11-06 00:08:33.000000000 +0100 +++ sound_files.cpp 2007-11-06 00:08:45.000000000 +0100 @@ -22,7 +22,7 @@ -
- #include "defs.h"
-
--char *soundFiles[] = {
-+const char *soundFiles[] = {
- DATA_DIR PATHSEP "sound" PATHSEP "block_ball.wav",
- DATA_DIR PATHSEP "sound" PATHSEP "bonus_life.wav",
- DATA_DIR PATHSEP "sound" PATHSEP "catch_ball.wav",
+ + #include "defs.h" + +-char *soundFiles[] = { ++const char *soundFiles[] = { + DATA_DIR PATHSEP "sound" PATHSEP "block_ball.wav", + DATA_DIR PATHSEP "sound" PATHSEP "bonus_life.wav", + DATA_DIR PATHSEP "sound" PATHSEP "catch_ball.wav", |
