omf2097 / openomf

One Must Fall 2097 Remake
http://www.openomf.org
MIT License
362 stars 35 forks source link

Move all libdumb calls to dumb_source.c #438

Closed katajakasa closed 2 years ago

katajakasa commented 2 years ago

Move all libdumb usage to dumb_source.c. This is safe, as dumb_register_stdfiles() can be called repeatedly, and dumb_exit() will only clear cache (it will be re-filled when needed).

This removes libdumb stuff from main.c. We will probably drop this later, as libxmp seems to be available everywhere and has equal playback quality.