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.60 by root, Sat Nov 10 22:41:59 2007 UTC vs.
Revision 1.61 by root, Thu Apr 10 15:35:16 2008 UTC

942 { 942 {
943 fprintf (logfile, "Maintained locally by: %s\n", settings.dm_mail); 943 fprintf (logfile, "Maintained locally by: %s\n", settings.dm_mail);
944 fprintf (logfile, "Questions and bugs should be mailed to above address.\n"); 944 fprintf (logfile, "Questions and bugs should be mailed to above address.\n");
945 } 945 }
946 946
947 init_uuid (); 947 UUID::init ();
948 init_signals (); /* Sets up signal interceptions */ 948 init_signals (); /* Sets up signal interceptions */
949 init_commands (); /* Sort command tables */ 949 init_commands (); /* Sort command tables */
950 init_skills (); 950 init_skills ();
951 951
952 parse_args (argc, argv, 3); 952 parse_args (argc, argv, 3);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines