diff options
author | tron <tron@openttd.org> | 2005-08-28 10:59:34 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-28 10:59:34 +0000 |
commit | 70c07d13beca606e76d61b546d864a8961578b98 (patch) | |
tree | c2b65dbaeb64503ddb7c359070fbb9febd53250d | |
parent | abb034c2cde13123f802ecd0eb7f1505e24f0f5b (diff) | |
download | openttd-70c07d13beca606e76d61b546d864a8961578b98.tar.xz |
(svn r2898) Fix typo in r2897
-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; |