mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 23:25:34 -07:00
Set key colors to be on by default
This commit is contained in:
parent
2c63321638
commit
fe413fd675
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ namespace SohImGui {
|
|||
statsWindowOpen = CVar_GetS32("gStatsEnabled", 0);
|
||||
CVar_RegisterS32("gRandomizeRupeeNames", 1);
|
||||
CVar_RegisterS32("gRandoRelevantNavi", 1);
|
||||
CVar_RegisterS32("gRandoMatchKeyColors", 1);
|
||||
#ifdef __SWITCH__
|
||||
Ship::Switch::SetupFont(io->Fonts);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue