Turn Coop Compatibility off by default
This commit is contained in:
parent
f3e4caecb0
commit
31eb6c66c7
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue