> Const.c:
> struct spells_type *spells_table =
> {
> };
That should just be
struct spells_type *spells_table;Other than that, just do what Palrich said and you'll be good to go. Davion
> Const.c:
> struct spells_type *spells_table =
> {
> };
That should just be
struct spells_type *spells_table;Other than that, just do what Palrich said and you'll be good to go. Davion