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.2 by root, Tue Aug 29 08:01:35 2006 UTC vs.
Revision 1.3 by root, Sun Sep 3 00:18:39 2006 UTC

1/* 1/*
2 * static char *rcsid_init_c = 2 * static char *rcsid_init_c =
3 * "$Id: init.C,v 1.2 2006/08/29 08:01:35 root Exp $"; 3 * "$Id: init.C,v 1.3 2006/09/03 00:18:39 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
179 */ 179 */
180 180
181void init_library(void) { 181void init_library(void) {
182 init_environ(); 182 init_environ();
183 init_globals(); 183 init_globals();
184 init_hash_table();
185 init_objects(); 184 init_objects();
186 init_vars(); 185 init_vars();
187 init_block(); 186 init_block();
188 ReadBmapNames (); 187 ReadBmapNames ();
189 ReadSmooth(); 188 ReadSmooth();
255 nrofartifacts = 0; 254 nrofartifacts = 0;
256 nrofallowedstr=0; 255 nrofallowedstr=0;
257 ring_arch = NULL; 256 ring_arch = NULL;
258 amulet_arch = NULL; 257 amulet_arch = NULL;
259 staff_arch = NULL; 258 staff_arch = NULL;
260 undead_name = add_string("undead");
261 trying_emergency_save = 0; 259 trying_emergency_save = 0;
262 num_animations=0; 260 num_animations=0;
263 animations=NULL; 261 animations=NULL;
264 animations_allocated=0; 262 animations_allocated=0;
265 init_defaults(); 263 init_defaults();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines