X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ftop10scorescreen.cpp;h=6ae58fd1d9d5c7b970253e9dc20be79a29434678;hp=2db7bfd4ecc3c167e309d9c42a20c82db235446a;hb=0b3bb271ac40b5f8bcfc5a417d4423e92c4483b1;hpb=ef1894b4aa12db7fef35e1f62be0964fb7f6159e diff --git a/bigscreen/top10scorescreen.cpp b/bigscreen/top10scorescreen.cpp index 2db7bfd..6ae58fd 100644 --- a/bigscreen/top10scorescreen.cpp +++ b/bigscreen/top10scorescreen.cpp @@ -87,3 +87,7 @@ void Top10ScoreScreen::draw(unsigned char *buf) std::copy(scores.begin(), scores.end(), std::inserter(seen_topscore, seen_topscore.end())); } +int Top10ScoreScreen::get_priority() +{ + return 5; +}