libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
396 stars 132 forks source link

Mix_PausedMusic return int vs. SDL_bool. #619

Open sechshelme opened 1 month ago

sechshelme commented 1 month ago

Would it make sense for Mix_PausedMusic to return a SDL_bool instead of an int?

According to the wiki, the int can only have 1 or 0.

slouken commented 1 month ago

Yes. :)