OSDN Git Service

[Fix] #41487 SoundとMusicを間違えていたので修正 / Resolved the typo
authorHourier <hourier@users.sourceforge.jp>
Sat, 6 Feb 2021 08:00:07 +0000 (17:00 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 6 Feb 2021 08:00:07 +0000 (17:00 +0900)
src/main-win.c

index 858dd74..0b9f856 100644 (file)
@@ -949,7 +949,7 @@ static void load_sound_prefs(void)
 
     path_build(ini_path, 1024, ANGBAND_DIR_XTRA_SOUND, "sound_debug.cfg");
     if (GetPrivateProfileString("Device", "type", "", mci_device_type, 256, ini_path) == 0) {
-        path_build(ini_path, 1024, ANGBAND_DIR_XTRA_MUSIC, "sound.cfg");
+        path_build(ini_path, 1024, ANGBAND_DIR_XTRA_SOUND, "sound.cfg");
         GetPrivateProfileString("Device", "type", "", mci_device_type, 256, ini_path);
     }