This commit is contained in:
tildearrow 2024-03-30 13:21:56 -05:00
parent e7a638fdd5
commit 59a25fad70
3 changed files with 22 additions and 4 deletions

View file

@ -7841,7 +7841,8 @@ FurnaceGUI::FurnaceGUI():
curTutorialStep(0),
audioExportType(0),
dmfExportVersion(0),
curExportType(GUI_EXPORT_NONE) {
curExportType(GUI_EXPORT_NONE),
selectedUserPreset(-1) {
// value keys
valueKeys[SDLK_0]=0;
valueKeys[SDLK_1]=1;