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.45 by root, Thu Apr 12 14:18:05 2007 UTC vs.
Revision 1.46 by root, Mon Apr 16 06:23:42 2007 UTC

1077} 1077}
1078 1078
1079void 1079void
1080init_beforeplay (void) 1080init_beforeplay (void)
1081{ 1081{
1082 init_archetypes (); /* If not called before, reads all archetypes from file */
1083 init_artifacts (); /* If not called before, reads all artifacts from file */ 1082 init_artifacts (); /* If not called before, reads all artifacts from file */
1084 init_spells (); /* If not called before, links archtypes used by spells */ 1083 init_spells (); /* If not called before, links archtypes used by spells */
1085 init_regions (); /* If not called before, reads all regions from file */
1086 init_archetype_pointers (); /* Setup global pointers to archetypes */ 1084 init_archetype_pointers (); /* Setup global pointers to archetypes */
1087 init_races (); /* overwrite race designations using entries in lib/races file */ 1085 init_races (); /* overwrite race designations using entries in lib/races file */
1088 init_gods (); /* init linked list of gods from archs */ 1086 init_gods (); /* init linked list of gods from archs */
1089 init_readable (); /* inits useful arrays for readable texts */ 1087 init_readable (); /* inits useful arrays for readable texts */
1090 init_formulae (); /* If not called before, reads formulae from file */ 1088 init_formulae (); /* If not called before, reads formulae from file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines