TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

Audio Volume var isn't being registered at a point it can be read from user config #97

Closed hogsy closed 5 years ago

hogsy commented 5 years ago

This basically means if I set the audio volume to 0 and save the config, when I restart the game it's not read from the config because it hasn't yet been registered.

Var should be moved into Console_Initialize with everything else for the time being which will solve this issue.