mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix UI window hotkey toggles and silent mount sound fallback
This commit is contained in:
parent
1a9bdfb64b
commit
09de52f310
6 changed files with 14 additions and 20 deletions
|
|
@ -100,7 +100,7 @@ private:
|
|||
};
|
||||
std::unordered_map<MountFamily, FamilySounds, MountFamilyHash> familySounds_;
|
||||
|
||||
// Helper to get sounds for current family (falls back to HORSE)
|
||||
// Helper to get sounds for current family (unknown/unloaded -> silent)
|
||||
const FamilySounds& getCurrentFamilySounds() const;
|
||||
|
||||
// Sound state tracking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue