ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/player.C
(Generate patch)

Comparing deliantra/server/server/player.C (file contents):
Revision 1.176 by root, Sun Dec 16 01:25:17 2007 UTC vs.
Revision 1.177 by root, Thu Dec 27 15:32:41 2007 UTC

828static void 828static void
829start_info (object *op) 829start_info (object *op)
830{ 830{
831 char buf[MAX_BUF]; 831 char buf[MAX_BUF];
832 832
833 sprintf (buf, "Welcome to Crossfire v%s!", VERSION); 833 sprintf (buf, "Welcome to Deliantra v%s!", VERSION);
834 new_draw_info (NDI_UNIQUE, 0, op, buf); 834 new_draw_info (NDI_UNIQUE, 0, op, buf);
835 //new_draw_info (NDI_UNIQUE, 0, op, "Press `?' for help");
836 //new_draw_info (NDI_UNIQUE, 0, op, " ");
837} 835}
838 836
839/* This function takes the key that is passed, and does the 837/* This function takes the key that is passed, and does the
840 * appropriate action with it (change race, or other things). 838 * appropriate action with it (change race, or other things).
841 * The function name is for historical reasons - now we have 839 * The function name is for historical reasons - now we have

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines