summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:58 +0100
commit3f59d3d407cd743f4e4b27791c4fe13785f8669d (patch)
treee5d4feaa3583e057a48de8c5b6c012c9fa954e52 /src/types.h
parentde5ee3b24f035efe3da8260687200109302f350a (diff)
Remove ab_head, ab_name, ab_text
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/types.h b/src/types.h
index d475d879..e51690f3 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2522,9 +2522,10 @@ struct timer_type
typedef struct ability_type ability_type;
struct ability_type
{
- u32b name; /* Name */
- u32b desc; /* Description */
- u32b action_desc; /* Action Description */
+ const char *name; /* Name */
+ char *desc; /* Description */
+
+ const char *action_desc; /* Action Description */
s16b action_mkey; /* Action do to */