diff options
Diffstat (limited to 'sound.c')
-rw-r--r-- | sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ static void OpenBankFile(const char *filename) if (fe == NULL) { _file_count = 0; _files = NULL; + return; } _file_count = count; |