Add (currently useless) menu option ofr compact editor

This commit is contained in:
BlastBrothers 2022-04-11 21:27:23 -04:00
parent 8407a7d3a4
commit f362b1288c
2 changed files with 11 additions and 0 deletions

View file

@ -775,6 +775,7 @@ class FurnaceGUI {
int roundedMenus;
int loadJapanese;
int fmLayout;
int sampleLayout;
int susPosition;
int effectCursorDir;
int cursorPastePos;
@ -838,6 +839,7 @@ class FurnaceGUI {
roundedMenus(0),
loadJapanese(0),
fmLayout(0),
sampleLayout(0),
susPosition(0),
effectCursorDir(1),
cursorPastePos(1),