summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-28 08:47:53 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-28 08:47:53 -0500
commit32e36581cd8711538f523b698d99b770a1cc553c (patch)
treef55674f1f1d0221289e98370e2c3f72170b314fd /crawl-ref/source/player.h
parentba9e8a28d4444f554a142345cbba7110c77dd83f (diff)
downloadcrawl-ref-32e36581cd8711538f523b698d99b770a1cc553c.tar.gz
crawl-ref-32e36581cd8711538f523b698d99b770a1cc553c.zip
Add minor cosmetic fixes.
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 322d962ee0..c7a1597f3a 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -70,9 +70,9 @@ bool berserk_check_wielded_weapon(void);
int player_equip( equipment_type slot, int sub_type, bool calc_unid = true );
int player_equip_ego_type( int slot, int sub_type );
bool player_equip_unrand( int unrand_index );
-int player_damage_type( void );
-int player_damage_brand( void );
-bool player_can_hit_monster(const monsters *mons);
+int player_damage_type(void);
+int player_damage_brand(void);
+bool player_can_hit_monster(const monsters *mon);
bool player_is_shapechanged(void);