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.13 by root, Thu Sep 14 22:34:04 2006 UTC vs.
Revision 1.14 by root, Sat Sep 30 23:48:57 2006 UTC

1088 logfile = stderr; 1088 logfile = stderr;
1089 parse_args (argc, argv, 1); /* First arg pass - right now it does 1089 parse_args (argc, argv, 1); /* First arg pass - right now it does
1090 * nothing, but in future specifying the 1090 * nothing, but in future specifying the
1091 * LibDir in this pass would be reasonable*/ 1091 * LibDir in this pass would be reasonable*/
1092 1092
1093 cfperl_init ();
1093 init_library (); /* Must be called early */ 1094 init_library (); /* Must be called early */
1094 load_settings (); /* Load the settings file */ 1095 load_settings (); /* Load the settings file */
1095 init_weather (); 1096 init_weather ();
1096 load_materials (); 1097 load_materials ();
1097 parse_args (argc, argv, 2); 1098 parse_args (argc, argv, 2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines