summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-11 11:31:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-11 11:31:22 +0000
commitcc9ba6c05755e235c14daa555bbd037813f91a6e (patch)
tree7373373a33fabd4bc5c163d64ba767f18edf3093 /crawl-ref/source/externs.h
parenta9ac64d3b972306982b27c81632182864022f939 (diff)
downloadcrawl-ref-cc9ba6c05755e235c14daa555bbd037813f91a6e.tar.gz
crawl-ref-cc9ba6c05755e235c14daa555bbd037813f91a6e.zip
* Nerf harpies a bit: they are now slower and have no bite attack
(which didn't make sense anyway). * Also list player god in the saved game selection menu. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7808 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index f70b4376c7..4be82a7c62 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1136,6 +1136,8 @@ struct player_save_info
bool wizard;
species_type species;
std::string class_name;
+ god_type religion;
+
player_save_info operator=(const player& rhs);
bool operator<(const player_save_info& rhs) const;
std::string short_desc() const;