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.2 by pippijn, Fri Apr 21 14:40:31 2006 UTC vs.
Revision 1.3 by pippijn, Fri Apr 28 13:56:26 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.2 2006/04/21 14:40:31 pippijn Exp $"; 3 * "$Id: global.h,v 1.3 2006/04/28 13:56:26 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
382 int armor_weight_reduction; /* Weight reduction per enchantment */ 382 int armor_weight_reduction; /* Weight reduction per enchantment */
383 uint8 armor_weight_linear; /* If 1, weight reduction is linear, else exponantiel */ 383 uint8 armor_weight_linear; /* If 1, weight reduction is linear, else exponantiel */
384 int armor_speed_improvement; /* Speed improvement */ 384 int armor_speed_improvement; /* Speed improvement */
385 uint8 armor_speed_linear; /* If 1, speed improvement is linear, else exponantiel */ 385 uint8 armor_speed_linear; /* If 1, speed improvement is linear, else exponantiel */
386 uint8 no_player_stealing; /* If 1, can not steal from other players */ 386 uint8 no_player_stealing; /* If 1, can not steal from other players */
387 uint8 create_home_portals; /* If 1, can create portals in personal maps */
387} Settings; 388} Settings;
388 389
389extern Settings settings; 390extern Settings settings;
390 391
391/* 0.94.1 - change to GETTIMEOFDAY macro - SNI systems only one one option. 392/* 0.94.1 - change to GETTIMEOFDAY macro - SNI systems only one one option.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines