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.41 by root, Thu Feb 15 21:07:49 2007 UTC vs.
Revision 1.42 by root, Tue Mar 6 03:10:11 2007 UTC

985{ 985{
986 init_done = 0; /* Must be done before init_signal() */ 986 init_done = 0; /* Must be done before init_signal() */
987 rndm.seed (time (0)); 987 rndm.seed (time (0));
988 988
989 logfile = stderr; 989 logfile = stderr;
990 init_environ ();
990 parse_args (argc, argv, 1); /* First arg pass - right now it does 991 parse_args (argc, argv, 1); /* First arg pass - right now it does
991 * nothing, but in future specifying the 992 * nothing, but in future specifying the
992 * LibDir in this pass would be reasonable*/ 993 * LibDir in this pass would be reasonable*/
993 994
994 cfperl_init (); 995 cfperl_init ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines