From 5893e7732cde719d06f519ba558de2f83a201f84 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 2 Mar 2008 22:28:28 +0000 Subject: 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 --- crawl-ref/source/describe.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index d485075117..beaba54c7b 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -49,6 +49,7 @@ #include "message.h" #include "monstuff.h" #include "mon-util.h" +#include "newgame.h" #include "player.h" #include "randart.h" #include "religion.h" -- cgit v1.2.3-54-g00ecf