part 2 of more work

This commit is contained in:
tildearrow 2023-12-22 18:23:11 -05:00
parent f80340ebcc
commit 15f0f50def
3 changed files with 50 additions and 4 deletions

View file

@ -66,7 +66,7 @@ void FurnaceGUI::doAction(int what) {
openFileDialog(GUI_FILE_SAVE);
break;
case GUI_ACTION_EXPORT:
curExportType=-1;
curExportType=GUI_EXPORT_NONE;
displayExport=true;
break;
case GUI_ACTION_UNDO: