summaryrefslogtreecommitdiff
path: root/src/xtra2.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
commitbf0ddb1341419740684db08812c3b077d101d25d (patch)
treefa3b5c1a13c126e5d2c28e6b667cd043350f1f46 /src/xtra2.hpp
parentdecd9655b60f7437e58e76b92ff658b639b5f92a (diff)
Remove 'cptr' typedef
It's time to rip off the band-aid.
Diffstat (limited to 'src/xtra2.hpp')
-rw-r--r--src/xtra2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtra2.hpp b/src/xtra2.hpp
index a69de037..47fc3a78 100644
--- a/src/xtra2.hpp
+++ b/src/xtra2.hpp
@@ -66,7 +66,7 @@ void gain_exp(s32b amount);
void lose_exp(s32b amount);
int get_coin_type(std::shared_ptr<monster_race const> r_ptr);
void monster_death(int m_idx);
-bool_ mon_take_hit(int m_idx, int dam, bool_ *fear, cptr note);
+bool_ mon_take_hit(int m_idx, int dam, bool_ *fear, const char *note);
bool_ change_panel(int dy, int dx);
void verify_panel();
bool_ target_okay();