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.10 by root, Sat Mar 17 22:11:22 2007 UTC vs.
Revision 1.11 by root, Sat Mar 17 22:32:15 2007 UTC

92 92
93void 93void
94print_tod (object *op) 94print_tod (object *op)
95{ 95{
96 timeofday_t tod; 96 timeofday_t tod;
97
98 get_tod (&tod); 97 get_tod (&tod);
99 98
100 char todmsg [1024]; 99 char todmsg [1024];
101 100
102 int day = tod.day + 1; 101 int day = tod.day + 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines