Add global toggle option.

This commit is contained in:
Marisa the Magician 2021-12-06 15:16:12 +01:00
commit fd8701dd25
4 changed files with 28 additions and 0 deletions

View file

@ -124,6 +124,8 @@ nosave string mfx_presetname = "Unnamed";
// END PRESET VARS
nosave bool mfx_enabled = true;
nosave int mfx_presetslot = 0;
nosave string mfx_preset0 = "";
nosave string mfx_preset1 = "";