(svn r22825) -Codechange: pass subdir to FioOpenFile

This commit is contained in:
rubidium
2011-08-24 13:42:06 +00:00
parent 05300a00b1
commit 2a12c9df2f
6 changed files with 10 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ static void OpenBankFile(const char *filename)
/* If there is no sound file (nosound set), don't load anything */
if (filename == NULL) return;
FioOpenFile(SOUND_SLOT, filename);
FioOpenFile(SOUND_SLOT, filename, BASESET_DIR);
size_t pos = FioGetPos();
uint count = FioReadDword();