# HG changeset patch # User Steffen Pankratz # Date 1509442631 -3600 # Tue Oct 31 10:37:11 2017 +0100 # Node ID 0a84a86291a90d5d9297800ed04a793f5a4bb6e2 # Parent 131286a6b7b8025e975df39ef91e2970dcba9e49 Fixed reporting of supported music interfaces diff -r 131286a6b7b8 -r 0a84a86291a9 music.c --- a/music.c Fri Oct 27 08:46:25 2017 -0700 +++ b/music.c Tue Oct 31 10:37:11 2017 +0100 @@ -398,7 +398,7 @@ if (interface->type != type) { continue; } - if (interface->opened) { + if (interface->loaded) { return SDL_TRUE; } }