summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-02 22:28:28 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-02 22:28:28 +0000
commit5893e7732cde719d06f519ba558de2f83a201f84 (patch)
tree28783d742ce55b614d8a19a6ab65133c5fe1220d /crawl-ref/source/hiscores.cc
parente3f71724819986ab6f4999cf728590bb7224ad61 (diff)
downloadcrawl-ref-5893e7732cde719d06f519ba558de2f83a201f84.tar.gz
crawl-ref-5893e7732cde719d06f519ba558de2f83a201f84.zip
Make Options.race and Options.class translate correctly, no matter whether
the old or new species/classes order is used. Entails some more unborking of newgame.cc. Also: make Esc leave the species selection screen (synonym for 'X', quit the game), and use it to jump back to species selection from all other selection possibilities (class, book, weapon, god) as a synonym for Bksp. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3505 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 3059888a16..db21884def 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -48,6 +48,7 @@
#include "libutil.h"
#include "message.h"
#include "mon-util.h"
+#include "newgame.h"
#include "ouch.h"
#include "place.h"
#include "player.h"