mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
added set_priority_board(LB_RACING)
This commit is contained in:
parent
6cea3c7378
commit
0a794f5b26
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user