restore editing specials mode

This commit is contained in:
2025-08-31 15:36:02 -05:00
parent 5c482e0508
commit 68e2f75602

View File

@@ -3374,6 +3374,9 @@ void restore_editor_state() {
case MODE_EDIT_SPECIAL_ITEMS:
start_special_item_editing();
break;
case MODE_EDIT_SPECIALS:
start_special_editing(scenario.editor_state.special_editing_mode);
break;
default: break;
}
}