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

Comparing deliantra/server/server/main.C (file contents):
Revision 1.142 by root, Fri Nov 6 13:03:34 2009 UTC vs.
Revision 1.143 by root, Fri Nov 6 13:31:47 2009 UTC

33 33
34#include <../random_maps/random_map.h> 34#include <../random_maps/random_map.h>
35#include <../random_maps/rproto.h> 35#include <../random_maps/rproto.h>
36#include "path.h" 36#include "path.h"
37 37
38static char days[7][4] = {
39 "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
40};
41
42void 38void
43version (object *op) 39version (object *op)
44{ 40{
45 new_draw_info_format (NDI_UNIQUE, 0, op, "This is Deliantra v%s", VERSION); 41 new_draw_info_format (NDI_UNIQUE, 0, op, "This is Deliantra v%s", VERSION);
46} 42}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines