Fix ScanRange on Main Only

This commit is contained in:
Armel FAUVEAU
2024-02-18 14:15:56 +01:00
parent bc966a125b
commit dd5c50e017

View File

@@ -631,7 +631,7 @@ void UI_DisplayMain(void)
if (isMainOnly(false))
{
shift = 4;
shift = 3;
}
UI_PrintString("ScnRng", 5, 0, line + shift, 8);