Opened 5 months ago
Closed 5 months ago
#15224 closed patch (fixed)
NANCY: Add sound to toggles in Game Setup
Reported by: | scummvmuser | Owned by: | scummvmuser |
---|---|---|---|
Priority: | low | Component: | Engine: Nancy |
Version: | Keywords: | ||
Cc: | Game: |
Description
-
engines/nancy/state/setupmenu.cpp
diff --git a/engines/nancy/state/setupmenu.cpp b/engines/nancy/state/setupmenu.cpp index f62464c35e3..73d670a0248 100644
a b void SetupMenu::run() { 226 226 auto *tog = _toggles[i]; 227 227 tog->handleInput(input); 228 228 if (tog->_stateChanged) { 229 g_nancy->_sound->playSound("BUOK"); 229 230 Common::String key = getToggleConfManKey(i); 230 231 if (key.size()) { 231 232 // Make sure we don't write an empty string as a key in ConfMan
Attachments (1)
Change History (4)
by , 5 months ago
Attachment: | add-sound-to-toggles-in-game-setup.patch added |
---|
comment:1 by , 5 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → pending |
comment:2 by , 5 months ago
Resolution: | fixed |
---|---|
Status: | pending → new |
sorry, apparently I accidentally modified it. It is not fixed and I don't know if I should own it but I don't know how to disown it.
comment:3 by , 5 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR 5872