added set_priority_board(LB_RACING)

This commit is contained in:
Zeno Rogue 2019-01-14 23:00:17 +01:00
parent 6cea3c7378
commit 0a794f5b26
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}