projects
/
ccbs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only allocate space for four digits in the score screen -- if somebody actually gets...
[ccbs]
/
bigscreen
/
group.h
diff --git
a/bigscreen/group.h
b/bigscreen/group.h
index
c57f7b3
..
3aa0efc
100644
(file)
--- a/
bigscreen/group.h
+++ b/
bigscreen/group.h
@@
-7,7
+7,7
@@
/* This more or less mimics the structures from show-tournament.pl */
struct Song {
int id;
- widestring title, artist;
+ widestring title,
short_title,
artist;
};
struct Score {
Song song;