summaryrefslogtreecommitdiff
path: root/src/school_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/school_type.hpp')
-rw-r--r--src/school_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/school_type.hpp b/src/school_type.hpp
index 7a5702b4..1c1703bc 100644
--- a/src/school_type.hpp
+++ b/src/school_type.hpp
@@ -5,7 +5,7 @@
struct school_type
{
- cptr name; /* Name */
+ const char *name; /* Name */
s16b skill; /* Skill used for that school */
bool_ spell_power; /* Does spell power affect spells in this school? */
bool_ sorcery; /* Does Sorcery affect this school? */