mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-30 03:28:55 -07:00
Change lineup tick default to off (#1899)
This commit is contained in:
parent
75af33a04c
commit
a4697c6fcb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue