ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/global.h
(Generate patch)

Comparing deliantra/server/include/global.h (file contents):
Revision 1.94 by root, Mon May 2 16:55:37 2011 UTC vs.
Revision 1.95 by root, Wed May 4 19:04:44 2011 UTC

137 */ 137 */
138 138
139EXTERN bool init_done; /* Ignores signals until init_done is true */ 139EXTERN bool init_done; /* Ignores signals until init_done is true */
140EXTERN bool in_cleanup; /* True when cleanup() is reached */ 140EXTERN bool in_cleanup; /* True when cleanup() is reached */
141 141
142extern tick_t pticks; /* used by various function to determine */ 142extern tick_t server_tick; /* used by various function to determine */
143 /* how often to save the character */ 143 /* how often to save the character */
144/* 144/*
145 * Misc global variables: 145 * Misc global variables:
146 */ 146 */
147EXTERN shstr first_map_path; /* The start-level */ 147EXTERN shstr first_map_path; /* The start-level */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines