diff options
-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; |
index : Erich/openttd | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | sound.c | 1 |
@@ -38,6 +38,7 @@ static void OpenBankFile(const char *filename) if (fe == NULL) { _file_count = 0; _files = NULL; + return; } _file_count = count; |