summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-stats.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-01 22:58:50 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-01 22:58:54 +0200
commitc2ad0bf11be66c5b99bdce3311f3e5470ca3d393 (patch)
treea0dd9ea508a0aeb1f6e3787c78d04cf4657bd4e0 /crawl-ref/source/player-stats.h
parent37bb996d4857597755cd80253c6d1c768d8734e3 (diff)
downloadcrawl-ref-c2ad0bf11be66c5b99bdce3311f3e5470ca3d393.tar.gz
crawl-ref-c2ad0bf11be66c5b99bdce3311f3e5470ca3d393.zip
Replace you.stats by you.stat_loss.
Current stats are now computed as the difference of you.max_stat you.stat_loss.
Diffstat (limited to 'crawl-ref/source/player-stats.h')
-rw-r--r--crawl-ref/source/player-stats.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/player-stats.h b/crawl-ref/source/player-stats.h
index 9bfc6efb81..71f2e8d7a4 100644
--- a/crawl-ref/source/player-stats.h
+++ b/crawl-ref/source/player-stats.h
@@ -30,6 +30,4 @@ bool lose_stat(stat_type which_stat, unsigned char stat_loss,
bool restore_stat(stat_type which_stat, unsigned char stat_gain,
bool suppress_msg, bool recovery = false);
-void modify_all_stats(int strmod, int intmod, int dexmod);
-
#endif