Skip to content

Commit f11bed4

Browse files
authored
just play sound (#750)
For entering Battle Mode, don't actually do EFFECT_FORCE , just play the sound if need be.
1 parent 849ae56 commit f11bed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

props/saber_BC_buttons.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ void DoSavedTwist() {
18231823
PVLOG_NORMAL << (battle_mode_ ? "** Entering" : "** Exiting") << " Battle Mode\n";
18241824
if (battle_mode_) {
18251825
if (!hybrid_font.PlayPolyphonic(&SFX_bmbegin)) {
1826-
hybrid_font.DoEffect(EFFECT_FORCE, 0);
1826+
hybrid_font.PlayPolyphonic(&SFX_force);
18271827
}
18281828
} else {
18291829
if (!hybrid_font.PlayPolyphonic(&SFX_bmend)) {

0 commit comments

Comments
 (0)