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.12 by root, Mon Apr 23 19:10:16 2007 UTC vs.
Revision 1.14 by root, Thu May 17 21:32:08 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game for X-windows 2 * CrossFire, A Multiplayer game
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team 4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (C) 1992 Frank Tore Johansen
7 * 7 *
32#include <sys/time.h> 32#include <sys/time.h>
33 33
34/* 34/*
35 * Gloabal variables: 35 * Gloabal variables:
36 */ 36 */
37long pticks; 37tick_t pticks;
38 38
39static const char *season_name[5] = { 39static const char *season_name[5] = {
40 "New Year", 40 "New Year",
41 "Growth", 41 "Growth",
42 "Harvest", 42 "Harvest",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines