summaryrefslogtreecommitdiff
path: root/src/q_fireprof.cc
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/q_fireprof.cc
parentdecd9655b60f7437e58e76b92ff658b639b5f92a (diff)
Remove 'cptr' typedef
It's time to rip off the band-aid.
Diffstat (limited to 'src/q_fireprof.cc')
-rw-r--r--src/q_fireprof.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/q_fireprof.cc b/src/q_fireprof.cc
index abe4c1b5..bb7b54c3 100644
--- a/src/q_fireprof.cc
+++ b/src/q_fireprof.cc
@@ -30,8 +30,8 @@ struct fireproof_settings
{
byte tval; /* tval of object to use. */
byte sval; /* sval of object to use. */
- cptr tval_name; /* descriptive name of tval */
- cptr tval_name_plural; /* descriptive name of tval (plural) */
+ const char *tval_name; /* descriptive name of tval */
+ const char *tval_name_plural; /* descriptive name of tval (plural) */
s32b total_points; /* total number of points awarded */
};