mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
remove forced settings
This commit is contained in:
parent
23a6b6726f
commit
b4e242c5ef
1 changed files with 0 additions and 6 deletions
|
|
@ -724,12 +724,6 @@ NEXT_OPTION:
|
||||||
if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; }
|
if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; }
|
||||||
if (configDjuiScale >= 5) { configDjuiScale = 0; }
|
if (configDjuiScale >= 5) { configDjuiScale = 0; }
|
||||||
|
|
||||||
if (configExCoopTheme) {
|
|
||||||
configDjuiTheme = DJUI_THEME_LIGHT;
|
|
||||||
configDjuiThemeCenter = false;
|
|
||||||
configDjuiThemeFont = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifndef COOPNET
|
#ifndef COOPNET
|
||||||
configNetworkSystem = NS_SOCKET;
|
configNetworkSystem = NS_SOCKET;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue