summaryrefslogtreecommitdiff
path: root/src/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.cc')
-rw-r--r--src/files.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/files.cc b/src/files.cc
index 12c05345..24545ef3 100644
--- a/src/files.cc
+++ b/src/files.cc
@@ -4402,6 +4402,8 @@ static void show_info(void)
*/
static void display_scores_aux(int highscore_fd, int from, int to, int note, high_score *score)
{
+ auto const &class_info = game->edit_data.class_info;
+
int i, j, k, n, place;
byte attr;
char out_val[256];