fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

Use Mix_LoadMUS_RW() instead of saving MIDI to disk #62

Closed erysdren closed 1 month ago

erysdren commented 1 month ago

Whenever MUSIC_PlaySong() was written, Mix_LoadMUS_RW() didn't exist. But now it does! So let's use it.

erysdren commented 1 month ago

Squash and merge, right?

fabiangreffrath commented 1 month ago

Yep, right.