don't use system beep in training dialog

This commit is contained in:
2025-05-16 12:18:19 -05:00
parent 817951cea3
commit 04ff2cd903

View File

@@ -420,7 +420,7 @@ static bool spend_xp_event_filter(cDialog& me, std::string item_hit, eKeyMod mod
give_help(25,0,me);
else if(save.mode == 1 && save.g < 10)
give_help(24,0,me);
else beep();
else play_sound(1);
}
}
@@ -455,7 +455,7 @@ static bool spend_xp_event_filter(cDialog& me, std::string item_hit, eKeyMod mod
give_help(25,0,me);
else if(save.mode == 1 && save.g < 15)
give_help(24,0,me);
else beep();
else play_sound(1);
}
}