ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 63f90ed32cfbe44a7a5a57ee3f2acb56420aea26
parent c4c39194c970f7409e1fac04c0aaad5a79ddb889
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Sat, 13 May 2023 13:13:47 +0200

Update ft2_audio.c

Diffstat:
Msrc/ft2_audio.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ft2_audio.c b/src/ft2_audio.c @@ -1007,7 +1007,7 @@ bool setupAudio(bool showErrorMsg) if (audio.dev == 0) { if (showErrorMsg) - showErrorMsgBox("Couldn't open audio device:\n\"%s\"\n\nDo you have any audio device enabled and plugged in?", SDL_GetError()); + showErrorMsgBox("Couldn't open audio device:\n\"%s\"\n\nDo you have an audio device enabled and plugged in?", SDL_GetError()); return false; }