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.56 by root, Sun Jul 1 05:00:20 2007 UTC vs.
Revision 1.57 by root, Mon Aug 20 22:09:04 2007 UTC

923 parse_args (argc, argv, 1); /* First arg pass - right now it does 923 parse_args (argc, argv, 1); /* First arg pass - right now it does
924 * nothing, but in future specifying the 924 * nothing, but in future specifying the
925 * LibDir in this pass would be reasonable*/ 925 * LibDir in this pass would be reasonable*/
926 926
927 init_anim (); // Must be called before perl 927 init_anim (); // Must be called before perl
928 init_globals ();
929 init_experience ();
930 init_attackmess ();
931 init_dynamic ();
932 init_block ();
928 cfperl_init (); 933 cfperl_init ();
929 init_library (); /* Must be called early */
930 load_settings (); /* Load the settings file */ 934 load_settings (); /* Load the settings file */
931 load_materials (); 935 load_materials ();
932 parse_args (argc, argv, 2); 936 parse_args (argc, argv, 2);
933 fprintf (logfile, "Welcome to CrossFire, v%s\n", VERSION); 937 fprintf (logfile, "Welcome to CrossFire, v%s\n", VERSION);
934 fprintf (logfile, "Copyright (C) 2005, 2006, 2007 Marc Lehmann.\n"); 938 fprintf (logfile, "Copyright (C) 2005, 2006, 2007 Marc Lehmann.\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines