nukeykt / NBlood

Reverse-engineered ports of Build games using EDuke32 engine technology and development principles (NBlood/Rednukem/PCExhumed)
598 stars 74 forks source link

Blood: Load mouse/joystick values from non-OSD cfg #824

Closed tmyqlfpir closed 1 month ago

tmyqlfpir commented 2 months ago

This PR forces gSetup.usejoystick and gSetup.usemouse to be loaded from nblood.cfg instead of nblood_cvars.cfg, as the OSD subsystem is initialized after the start window has closed, and thus the use mouse/joystick settings are never loaded.

Fixes #794