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.5 by pippijn, Fri Apr 21 14:40:29 2006 UTC vs.
Revision 1.6 by pippijn, Fri Apr 28 13:56:25 2006 UTC

1/* 1/*
2 * static char *rcsid_init_c = 2 * static char *rcsid_init_c =
3 * "$Id: init.c,v 1.5 2006/04/21 14:40:29 pippijn Exp $"; 3 * "$Id: init.c,v 1.6 2006/04/28 13:56:25 pippijn 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
94ARMOR_WEIGHT_REDUCTION, 94ARMOR_WEIGHT_REDUCTION,
95ARMOR_WEIGHT_LINEAR, 95ARMOR_WEIGHT_LINEAR,
96ARMOR_SPEED_IMPROVEMENT, 96ARMOR_SPEED_IMPROVEMENT,
97ARMOR_SPEED_LINEAR, 97ARMOR_SPEED_LINEAR,
981, /* no_player_stealing */ 981, /* no_player_stealing */
991, /* create_home_portals */
99}; 100};
100 101
101/* perhaps not the best place for this, but needs to be 102/* perhaps not the best place for this, but needs to be
102 * in some file in the common area so that standalone 103 * in some file in the common area so that standalone
103 * programs, like the random map generator, can be built. 104 * programs, like the random map generator, can be built.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines