From 2a12c9df2ff36a5ad7f6e5c84438ac5571f6ba8c Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 24 Aug 2011 13:42:06 +0000 Subject: (svn r22825) -Codechange: pass subdir to FioOpenFile --- src/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound.cpp') diff --git a/src/sound.cpp b/src/sound.cpp index 4b6886d36..283407882 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -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(); -- cgit v1.2.3-54-g00ecf