Add config option to include drop fixes (#313)

* add config option to include drop fixes easier

* amend comment and rename fix directories

* check for 1013 before applying 1013 fixes
This commit is contained in:
FinnHornhoover
2026-02-08 02:14:44 +03:00
committed by GitHub
parent 8df263a64d
commit 51d3cfbb3b
3 changed files with 24 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ namespace settings {
extern int MONITORINTERVAL;
extern bool DISABLEFIRSTUSEFLAG;
extern bool IZRACESCORECAPPED;
extern bool DROPFIXESENABLED;
void init();
}