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.72 by root, Wed Dec 27 15:04:39 2006 UTC vs.
Revision 1.73 by root, Wed Dec 27 18:09:49 2006 UTC

850 850
851 contr->orig_stats = stats; 851 contr->orig_stats = stats;
852 } 852 }
853} 853}
854 854
855static void
856start_info (object *op)
857{
858 char buf[MAX_BUF];
859
860 sprintf (buf, "Welcome to Crossfire v%s!", VERSION);
861 new_draw_info (NDI_UNIQUE, 0, op, buf);
862 //new_draw_info (NDI_UNIQUE, 0, op, "Press `?' for help");
863 //new_draw_info (NDI_UNIQUE, 0, op, " ");
864}
865
855/* This function takes the key that is passed, and does the 866/* This function takes the key that is passed, and does the
856 * appropriate action with it (change race, or other things). 867 * appropriate action with it (change race, or other things).
857 * The function name is for historical reasons - now we have 868 * The function name is for historical reasons - now we have
858 * separate race and class; this actually changes the RACE, 869 * separate race and class; this actually changes the RACE,
859 * not the class. 870 * not the class.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines