summaryrefslogtreecommitdiff
path: root/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound.c')
-rw-r--r--sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound.c b/sound.c
index d1f491b86..a6b379f99 100644
--- a/sound.c
+++ b/sound.c
@@ -38,6 +38,7 @@ static void OpenBankFile(const char *filename)
if (fe == NULL) {
_file_count = 0;
_files = NULL;
+ return;
}
_file_count = count;