Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
509 stars 128 forks source link

Sound system initialization should not be compulsory #250

Open mbrethes opened 1 year ago

mbrethes commented 1 year ago

The engine should keep running if sound card not present or sound system couldn't initialize, maybe with a warning that there will be no sound or something (see my pull request).

To reproduce:

Expected behavior:

Current behavior:

Thanks :-)