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

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.44 by root, Fri Apr 27 02:43:04 2007 UTC vs.
Revision 1.45 by root, Fri Apr 27 03:22:29 2007 UTC

220 last_weight_limit = 0; 220 last_weight_limit = 0;
221 last_path_attuned = 0; 221 last_path_attuned = 0;
222 last_path_repelled = 0; 222 last_path_repelled = 0;
223 last_path_denied = 0; 223 last_path_denied = 0;
224 last_speed = 0; 224 last_speed = 0;
225 flags = 0; 225 last_flags = 0;
226 226
227 static living zero_living; 227 static living zero_living;
228 last_stats = zero_living; 228 last_stats = zero_living;
229} 229}
230 230
235 cst_tot.time_start = time (NULL); 235 cst_tot.time_start = time (NULL);
236 cst_lst.time_start = time (NULL); 236 cst_lst.time_start = time (NULL);
237 237
238 LOG (llevDebug, "Initialize new client/server data\n"); 238 LOG (llevDebug, "Initialize new client/server data\n");
239} 239}
240
241 240
242/******************************************************************************* 241/*******************************************************************************
243 * 242 *
244 * Start of functions dealing with freeing of the data. 243 * Start of functions dealing with freeing of the data.
245 * 244 *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines