Skip to content

Commit

Permalink
Fix bgm option name (not usually visible to user)
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed May 5, 2024
1 parent 8c6a60c commit 6725224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ void main()
ModAddArtset("Original", "オリジナル", "OGBackgrounds:OGSprites:CG");

// GAltBGM controls which of these are selected
ModAddBGMset("New BGM", "Placeholder", "April2019BGM:BGM");
ModAddBGMset("New Mangagamer", "Placeholder", "April2019BGM:BGM");
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM");
ModAddBGMset("Hou+ Demo", "Placeholder", "HouPlusDemoBGM:BGM");
ModAddBGMset("Hou+ BGM", "Placeholder", "HouPlusBGM:BGM");
ModAddBGMset("Remake + New Mangagamer BGM", "Placeholder", "RemakeBGM:BGM");
ModAddBGMset("Remake + New Mangagamer", "Placeholder", "RemakeBGM:BGM");
ModAddBGMset("Remake + Original BGM", "Placeholder", "RemakeBGM:OGBGM:BGM");

// GAltSE controls which of these are selected
Expand Down

0 comments on commit 6725224

Please sign in to comment.