make a member of FurnaceGUI

This commit is contained in:
Eknous-P 2023-12-08 16:08:31 +04:00
parent 594eb55942
commit 96ad124100
3 changed files with 6 additions and 2 deletions

View file

@ -7688,7 +7688,9 @@ FurnaceGUI::FurnaceGUI():
introSkipDo(false),
introStopped(false),
curTutorial(-1),
curTutorialStep(0) {
curTutorialStep(0),
//audio export types (export options)
audioExportType(0) {
// value keys
valueKeys[SDLK_0]=0;
valueKeys[SDLK_1]=1;