summaryrefslogtreecommitdiff
path: root/src/player_type.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/player_type.hpp
parentdecd9655b60f7437e58e76b92ff658b639b5f92a (diff)
Remove 'cptr' typedef
It's time to rip off the band-aid.
Diffstat (limited to 'src/player_type.hpp')
-rw-r--r--src/player_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_type.hpp b/src/player_type.hpp
index 696a7016..e09f82b9 100644
--- a/src/player_type.hpp
+++ b/src/player_type.hpp
@@ -332,7 +332,7 @@ struct player_type
struct spellbinder spellbinder;
- cptr mimic_name = nullptr;
+ const char *mimic_name = nullptr;
char tactic = '\0'; /* from 128-4 "extremely coward" to, 128+4 "berserker" */
char movement = '\0'; /* base movement way */