projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement a simple priority system.
[ccbs]
/
bigscreen
/
top10scorescreen.cpp
diff --git
a/bigscreen/top10scorescreen.cpp
b/bigscreen/top10scorescreen.cpp
index
2db7bfd
..
6ae58fd
100644
(file)
--- 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;
+}