summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 7dbdf0217e..15488f5747 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4,17 +4,6 @@
* Written by: Linley Henzell
*
* Modified for Crawl Reference by $Author$ on $Date$
- *
- * Change History (most recent first):
- *
- * <6> 7/30/99 BWR Added player_spell_levels()
- * <5> 7/13/99 BWR Added player_res_electricity()
- * and player_hunger_rate()
- * <4> 6/22/99 BWR Racial adjustments to stealth and Armour.
- * <3> 5/20/99 BWR Fixed problems with random stat increases, added kobold
- * stat increase. increased EV recovery for Armour.
- * <2> 5/08/99 LRH display_char_status correctly handles magic_contamination.
- * <1> -/--/-- LRH Created
*/
#include "AppHdr.h"