summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-31 09:46:45 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-31 09:46:45 +0000
commit02e7394788cbf2791604f7f9ef4e1b7c2869824f (patch)
tree3f2a7b782087757a2c469552aefda65ce1cca261 /crawl-ref/source/player.h
parentfccafaa9559184dd0b757ed8bc476f14d673ee17 (diff)
downloadcrawl-ref-02e7394788cbf2791604f7f9ef4e1b7c2869824f.tar.gz
crawl-ref-02e7394788cbf2791604f7f9ef4e1b7c2869824f.zip
Merge r9855 from trunk: Stricter sanity checking of player ghosts.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.5@9857 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 386834a8c1..e9d8e3b2ea 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -414,8 +414,6 @@ bool is_grid_dangerous(int grid);
void run_macro(const char *macroname = NULL);
-int player_ghost_base_movement_speed();
-
int count_worn_ego(int which_ego);
int stat_modifier(stat_type stat);