prepare to add some code
This commit is contained in:
parent
d73c2346c4
commit
5acb6daef6
4 changed files with 88 additions and 1 deletions
|
|
@ -1369,6 +1369,7 @@ class FurnaceGUI {
|
|||
int oneDigitEffects;
|
||||
int disableFadeIn;
|
||||
int alwaysPlayIntro;
|
||||
int iCannotWait;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -1509,6 +1510,7 @@ class FurnaceGUI {
|
|||
oneDigitEffects(0),
|
||||
disableFadeIn(0),
|
||||
alwaysPlayIntro(0),
|
||||
iCannotWait(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue