--- deliantra/server/server/player.C 2006/12/27 15:04:39 1.72 +++ deliantra/server/server/player.C 2006/12/27 18:09:49 1.73 @@ -852,6 +852,17 @@ } } +static void +start_info (object *op) +{ + char buf[MAX_BUF]; + + sprintf (buf, "Welcome to Crossfire v%s!", VERSION); + new_draw_info (NDI_UNIQUE, 0, op, buf); + //new_draw_info (NDI_UNIQUE, 0, op, "Press `?' for help"); + //new_draw_info (NDI_UNIQUE, 0, op, " "); +} + /* This function takes the key that is passed, and does the * appropriate action with it (change race, or other things). * The function name is for historical reasons - now we have