Re: Problem with Dynamically allocated structures
Davion Kalhen <[email protected]>
| Newsgroups | gmane.games.devel.mud.rom |
|---|---|
| Message-ID | <[email protected]> |
> 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
--
ROM mailing list
[email protected]
Unsubscribe here ->>> http://www.rom.org/cgi-bin/mailman/listinfo/rom