summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-02 04:25:11 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-02 04:25:11 +0100
commite7411984a26f1edcfcdc7efe7f21798745915344 (patch)
treee5f5d92340bd6e8017918746d4ebf5a322ee9d41 /crawl-ref/source/hiscores.h
parent1e100b044bf255b2252c3fc62371fd8c5f461805 (diff)
downloadcrawl-ref-e7411984a26f1edcfcdc7efe7f21798745915344.tar.gz
crawl-ref-e7411984a26f1edcfcdc7efe7f21798745915344.zip
Don't write uids to score files anymore.
Diffstat (limited to 'crawl-ref/source/hiscores.h')
-rw-r--r--crawl-ref/source/hiscores.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.h b/crawl-ref/source/hiscores.h
index e13e9bf822..3aa15dae9e 100644
--- a/crawl-ref/source/hiscores.h
+++ b/crawl-ref/source/hiscores.h
@@ -68,7 +68,6 @@ private:
std::string version;
int points;
std::string name;
- uint32_t uid; // for multiuser systems
species_type race;
int job; // job_type + legacy values
std::string race_class_name; // overrides race & cls if non-empty.