make a member of FurnaceGUI
This commit is contained in:
parent
594eb55942
commit
96ad124100
3 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue