libsdl-org / SDL_mixer

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

Mix_PausedMusic return int vs. SDL_bool. #619

Open sechshelme opened 4 months ago

sechshelme commented 4 months 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 4 months ago

Yes. :)