Skip to content

Commit b0f6a94

Browse files
Update to 1.16.2 and new libs
1 parent 15296b1 commit b0f6a94

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/ModConfig.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ DECLARE_CONFIG(ModConfig,
1111
CONFIG_VALUE(CrashOnTurn, bool, "Crash on Turn", true);
1212
CONFIG_VALUE(CrashOnPause, bool, "CrashOnPause", true);
1313
CONFIG_VALUE(CrashOnUnpause, bool, "CrashOnUnpause", true);
14+
CONFIG_VALUE(CrashOnNotFullCombo, bool, "Crash on not Full Combo", true);
15+
CONFIG_VALUE(CrashOnNewHighscore, bool, "Crash on new highscore", true);
1416
CONFIG_VALUE(CrashCounter, int, "CrashCounter", 0);
1517
CONFIG_VALUE(OnCrashAction, int, "OnCrashAction", 0);
1618
CONFIG_VALUE(CrashOnNoFailOn, bool, "Crash if you start a level with no fail", true);
@@ -27,6 +29,8 @@ DECLARE_CONFIG(ModConfig,
2729
CONFIG_INIT_VALUE(CrashOnTurn);
2830
CONFIG_INIT_VALUE(CrashOnPause);
2931
CONFIG_INIT_VALUE(CrashOnUnpause);
32+
CONFIG_INIT_VALUE(CrashOnNotFullCombo);
33+
CONFIG_INIT_VALUE(CrashOnNewHighscore);
3034
CONFIG_INIT_VALUE(CrashCounter);
3135
CONFIG_INIT_VALUE(OnCrashAction);
3236
CONFIG_INIT_VALUE(CrashOnNoFailOn);

0 commit comments

Comments
 (0)