Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Dec 25, 2023
1 parent 4f72fd9 commit 1b70b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/hybrid_font.h
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class HybridFont : public SaberBase, public Looper {
void SB_On() override {
// If preon exists, we've already queed up playing the poweron and hum.
bool already_started = state_ == STATE_WAIT_FOR_ON && SFX_preon;
bool faston = state_ != STATE_WAIT_FOR_ON
bool faston = state_ != STATE_WAIT_FOR_ON;
if (monophonic_hum_) {
if (!already_started) {
PlayMonophonic(&SFX_poweron, &SFX_hum);
Expand Down

0 comments on commit 1b70b8a

Please sign in to comment.