From a77e1d86ee4ce3d49c49750bee70a0fabfcf17a1 Mon Sep 17 00:00:00 2001 From: nlanza Date: Fri, 27 Feb 2009 02:54:00 +0000 Subject: FR 2533562: Move the CRAWL_PIZZA / -pizza options into the init file so that they're more easily accessible in hosted games. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9250 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/externs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/externs.h') diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h index cd33b5565b..4b70506ba3 100644 --- a/crawl-ref/source/externs.h +++ b/crawl-ref/source/externs.h @@ -2022,6 +2022,8 @@ public: int num_colours; // used for setting up curses colour table (8 or 16) + std::string pizza; + #ifdef WIZARD int wiz_mode; // yes, no, never in wiz mode to start #endif -- cgit v1.2.3-54-g00ecf