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

Comparing deliantra/server/common/init.C (file contents):
Revision 1.3 by root, Sun Sep 3 00:18:39 2006 UTC vs.
Revision 1.4 by root, Sun Sep 3 07:57:54 2006 UTC

1/* 1/*
2 * static char *rcsid_init_c = 2 * static char *rcsid_init_c =
3 * "$Id: init.C,v 1.3 2006/09/03 00:18:39 root Exp $"; 3 * "$Id: init.C,v 1.4 2006/09/03 07:57:54 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
256 ring_arch = NULL; 256 ring_arch = NULL;
257 amulet_arch = NULL; 257 amulet_arch = NULL;
258 staff_arch = NULL; 258 staff_arch = NULL;
259 trying_emergency_save = 0; 259 trying_emergency_save = 0;
260 num_animations=0; 260 num_animations=0;
261 animations=NULL;
262 animations_allocated=0; 261 animations_allocated=0;
263 init_defaults(); 262 init_defaults();
264} 263}
265 264
266/* 265/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines