summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index fc4f7356..efefc93a 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1987,6 +1987,7 @@ struct artifact_select_flag {
typedef struct deity_type deity_type;
struct deity_type
{
+ int modules[3]; /* terminated with -1 */
cptr name;
char desc[10][80];
};