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

Comparing deliantra/server/common/time.C (file contents):
Revision 1.6 by pippijn, Mon Dec 11 19:46:46 2006 UTC vs.
Revision 1.7 by root, Wed Dec 13 02:55:50 2006 UTC

128 128
129 sprintf (errmsg, "Time of Year: %s", season_name[tod.season]); 129 sprintf (errmsg, "Time of Year: %s", season_name[tod.season]);
130 new_draw_info (NDI_UNIQUE, 0, op, errmsg); 130 new_draw_info (NDI_UNIQUE, 0, op, errmsg);
131} 131}
132 132
133long
134seconds (void)
135{
136 struct timeval now;
137
138 (void) GETTIMEOFDAY (&now);
139 return now.tv_sec;
140}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines