mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
Change lineup tick default to off (#1899)
This commit is contained in:
parent
75af33a04c
commit
a4697c6fcb
@ -5071,7 +5071,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
||||
gDPSetEnvColor(OVERLAY_DISP++, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
if (CVar_GetS32("gDrawLineupTick", 1)) {
|
||||
if (CVar_GetS32("gDrawLineupTick", 0)) {
|
||||
Interface_DrawLineupTick(globalCtx);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user