Skip to content

Commit b841eaf

Browse files
committed
Minor fix
1 parent 9ee2ce3 commit b841eaf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

romsel_dsimenutheme/arm9/source/perGameSettings.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,9 +1260,11 @@ void perGameSettings (std::string filename) {
12601260
if (!dsiFeatures()) {
12611261
snd().unloadSfxData(); // Unload SFX data in DS mode to load more of the cheat list
12621262
}
1263-
(ms().theme == TWLSettings::EThemeSaturn) ? snd().playLaunch() : snd().playSelect();
1264-
CheatCodelist codelist;
1265-
codelist.selectCheats(filename);
1263+
{
1264+
(ms().theme == TWLSettings::EThemeSaturn) ? snd().playLaunch() : snd().playSelect();
1265+
CheatCodelist codelist;
1266+
codelist.selectCheats(filename);
1267+
}
12661268
if (!dsiFeatures()) {
12671269
snd().reloadSfxData();
12681270
}

0 commit comments

Comments
 (0)