ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/init.C
(Generate patch)

Comparing deliantra/server/server/init.C (file contents):
Revision 1.62 by root, Tue Apr 15 03:16:02 2008 UTC vs.
Revision 1.63 by root, Sun Apr 20 00:44:13 2008 UTC

1006 1006
1007void 1007void
1008init_beforeplay (void) 1008init_beforeplay (void)
1009{ 1009{
1010 init_artifacts (); /* If not called before, reads all artifacts from file */ 1010 init_artifacts (); /* If not called before, reads all artifacts from file */
1011 init_spells (); /* If not called before, links archtypes used by spells */
1012 init_archetype_pointers (); /* Setup global pointers to archetypes */
1013 init_races (); /* overwrite race designations using entries in lib/races file */ 1011 init_races (); /* overwrite race designations using entries in lib/races file */
1014 init_gods (); /* init linked list of gods from archs */ 1012 init_gods (); /* init linked list of gods from archs */
1015 init_readable (); /* inits useful arrays for readable texts */ 1013 init_readable (); /* inits useful arrays for readable texts */
1016 init_formulae (); /* If not called before, reads formulae from file */ 1014 init_formulae (); /* If not called before, reads formulae from file */
1017} 1015}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines