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.21 by root, Mon Oct 12 14:00:57 2009 UTC vs.
Revision 1.22 by root, Fri Nov 6 13:03:34 2009 UTC

121 season_name[tod->season]); 121 season_name[tod->season]);
122 122
123 return buf; 123 return buf;
124} 124}
125 125
126const char * 126static const char *
127get_current_tod_str () 127get_current_tod_str ()
128{ 128{
129 timeofday_t tod; 129 timeofday_t tod;
130 get_tod (&tod); 130 get_tod (&tod);
131 131

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines