From 4c378295ed83f92f9b7fcbd71f1d2c1a0ad48744 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 23 Oct 2009 19:17:05 +0200 Subject: Use species_type/job_type instead of int. --- crawl-ref/source/hiscores.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/hiscores.h') diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h index b68bc85d57..2d5f6b8f53 100644 --- a/crawl-ref/source/hiscores.h +++ b/crawl-ref/source/hiscores.h @@ -84,8 +84,8 @@ public: long points; std::string name; long uid; // for multiuser systems - char race; - char cls; + species_type race; + job_type cls; std::string race_class_name; // overrides race & cls if non-empty. char lvl; // player level. char best_skill; // best skill # -- cgit v1.2.3-54-g00ecf