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.35 by root, Thu Jan 18 19:32:37 2007 UTC vs.
Revision 1.36 by root, Fri Jan 19 15:15:50 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines