forked from github/server
- Registrierung des Attributs vergessen
This commit is contained in:
parent
06c2177715
commit
43cf225d3b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue