forked from github/server
- Sauber eingeifdeft
This commit is contained in:
parent
43cf225d3b
commit
5276354493
|
@ -3035,7 +3035,9 @@ attrib_init(void)
|
||||||
#endif
|
#endif
|
||||||
at_register(&at_laen); /* required for old datafiles */
|
at_register(&at_laen); /* required for old datafiles */
|
||||||
at_register(&at_xontormiaexpress); /* required for old datafiles */
|
at_register(&at_xontormiaexpress); /* required for old datafiles */
|
||||||
|
#ifdef WDW_PYRAMIDSPELL
|
||||||
at_register(&at_wdwpyramid);
|
at_register(&at_wdwpyramid);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -283,7 +283,9 @@ typedef struct wall_data {
|
||||||
|
|
||||||
extern struct attrib_type at_cursewall;
|
extern struct attrib_type at_cursewall;
|
||||||
extern struct attrib_type at_unitdissolve;
|
extern struct attrib_type at_unitdissolve;
|
||||||
|
#ifdef WDW_PYRAMIDSPELL
|
||||||
extern struct attrib_type at_wdwpyramid;
|
extern struct attrib_type at_wdwpyramid;
|
||||||
|
#endif
|
||||||
extern struct spell spelldaten[];
|
extern struct spell spelldaten[];
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue