aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_sound.cpp')
-rw-r--r--sword2/driver/d_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp
index 8f3426c220..26495047d4 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -60,7 +60,7 @@ static AudioStream *getAudioStream(SoundFileHandle *fh, const char *base, int cd
{ "clu", kCLUMode }
};
- int soundMode = -1;
+ int soundMode = 0;
char filename[20];
for (int i = 0; i < ARRAYSIZE(file_types); i++) {