Turn Coop Compatibility off by default

This commit is contained in:
Agent X 2023-12-18 19:17:56 -05:00
parent f3e4caecb0
commit 31eb6c66c7
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ bool configFadeoutDistantSounds = false;
unsigned int configDjuiTheme = DJUI_THEME_DARK;
bool configDjuiThemeCenter = true;
unsigned int configDjuiScale = 0;
bool configCoopCompatibility = true;
bool configCoopCompatibility = false;
static const struct ConfigOption options[] = {
{.name = "fullscreen", .type = CONFIG_TYPE_BOOL, .boolValue = &configWindow.fullscreen},