From 0a794f5b26c19c615083eb32a966cf3674f434a7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 14 Jan 2019 23:00:17 +0100 Subject: [PATCH] added set_priority_board(LB_RACING) --- racing.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/racing.cpp b/racing.cpp index 728994fc..166db114 100644 --- a/racing.cpp +++ b/racing.cpp @@ -1100,7 +1100,9 @@ void uploadScore() { void displayScore(eLand l) { int vf = min((vid.yres-64) / 70, vid.xres/80); int x = vid.xres / 4; - + + set_priority_board(LB_RACING); + if(get_sync_status() == 1) { displayfr(x, 56, 1, vf, "(syncing)", 0xC0C0C0, 0); }