From 43cf225d3b8866fe212322ea4f579f5c8bc84adf Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Fri, 20 Feb 2004 09:58:16 +0000 Subject: [PATCH] - Registrierung des Attributs vergessen --- src/common/kernel/eressea.c | 1 + src/common/kernel/spell.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/kernel/eressea.c b/src/common/kernel/eressea.c index de8290e18..83abff2ba 100644 --- a/src/common/kernel/eressea.c +++ b/src/common/kernel/eressea.c @@ -3035,6 +3035,7 @@ attrib_init(void) #endif at_register(&at_laen); /* required for old datafiles */ at_register(&at_xontormiaexpress); /* required for old datafiles */ + at_register(&at_wdwpyramid); } void diff --git a/src/common/kernel/spell.h b/src/common/kernel/spell.h index 98f0d9320..e26415af8 100644 --- a/src/common/kernel/spell.h +++ b/src/common/kernel/spell.h @@ -283,6 +283,7 @@ typedef struct wall_data { extern struct attrib_type at_cursewall; extern struct attrib_type at_unitdissolve; +extern struct attrib_type at_wdwpyramid; extern struct spell spelldaten[]; #ifdef __cplusplus