mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
8f6620b84f
The issue is that SDL_GetWindowWMInfo returns a SDL_bool enumeration type rather than a standard bool. It should be noted that SDL_GetWMInfo used later in this function returns a int type instead and thus will cast to bool without warning.