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.34 by pippijn, Mon Jan 15 21:06:20 2007 UTC vs.
Revision 1.35 by root, Thu Jan 18 19:32:37 2007 UTC

1008 if (strcmp (settings.dm_mail, "") != 0) 1008 if (strcmp (settings.dm_mail, "") != 0)
1009 { 1009 {
1010 fprintf (logfile, "Maintained locally by: %s\n", settings.dm_mail); 1010 fprintf (logfile, "Maintained locally by: %s\n", settings.dm_mail);
1011 fprintf (logfile, "Questions and bugs should be mailed to above address.\n"); 1011 fprintf (logfile, "Questions and bugs should be mailed to above address.\n");
1012 } 1012 }
1013
1014 SRANDOM (time (NULL));
1015 1013
1016 init_startup (); /* Write (C), check shutdown/forbid files */ 1014 init_startup (); /* Write (C), check shutdown/forbid files */
1017 init_uuid (); 1015 init_uuid ();
1018 init_signals (); /* Sets up signal interceptions */ 1016 init_signals (); /* Sets up signal interceptions */
1019 init_commands (); /* Sort command tables */ 1017 init_commands (); /* Sort command tables */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines