Skip to content

Commit 1e61fe1

Browse files
committed
Fix transition sound effect
1 parent acb9b19 commit 1e61fe1

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

misc/transition.adp

20 KB
Binary file not shown.

src/gui.c

+1
Original file line numberDiff line numberDiff line change
@@ -2173,6 +2173,7 @@ void guiSetFrameHook(gui_callback_t cback)
21732173

21742174
void guiSwitchScreen(int target)
21752175
{
2176+
sfxPlay(SFX_TRANSITION);
21762177
transIndex = 0;
21772178
screenHandlerTarget = &screenHandlers[target];
21782179
}

0 commit comments

Comments
 (0)