From 5d66ced3af630a94100a50f71224f6c7d1b2ef83 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 15 Dec 2009 17:33:52 -0600 Subject: Revert "Remove hard skill pool cutoff." This reverts commit c652cbec1739a628f87aedc4874c782429f8d7ce. This really needs more discussion; the current implementation isn't reallly reasonable --- crawl-ref/source/player.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crawl-ref/source/player.h') diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h index 8c57eee2d7..aebace1a3e 100644 --- a/crawl-ref/source/player.h +++ b/crawl-ref/source/player.h @@ -537,10 +537,7 @@ public: void set_duration(duration_type dur, int turns, int cap = 0, const char *msg = NULL); - // How large can the experience pool grow without loss? - int exp_pool_cutoff() const; - // Step down experience above cutoff. - void step_down_exp_pool(); + protected: void _removed_beholder(); -- cgit v1.2.3-54-g00ecf