add cheat code for modified sine wave
chain barrel
This commit is contained in:
parent
528181a611
commit
c3f98e50d3
3 changed files with 10 additions and 1 deletions
|
|
@ -1906,6 +1906,7 @@ class FurnaceGUI {
|
|||
int eventDelay;
|
||||
int moveWindowTitle;
|
||||
int hiddenSystems;
|
||||
int mswEnabled;
|
||||
int horizontalDataView;
|
||||
int noMultiSystem;
|
||||
int oldMacroVSlider;
|
||||
|
|
@ -2160,6 +2161,7 @@ class FurnaceGUI {
|
|||
eventDelay(0),
|
||||
moveWindowTitle(1),
|
||||
hiddenSystems(0),
|
||||
mswEnabled(0),
|
||||
horizontalDataView(0),
|
||||
noMultiSystem(0),
|
||||
oldMacroVSlider(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue