ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/config.h
(Generate patch)

Comparing deliantra/server/include/config.h (file contents):
Revision 1.9 by elmex, Wed Mar 15 15:35:50 2006 UTC vs.
Revision 1.10 by root, Mon Mar 20 06:16:14 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.9 2006/03/15 15:35:50 elmex Exp $"; 3 * "$Id: config.h,v 1.10 2006/03/20 06:16:14 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
698 */ 698 */
699 699
700/*#define BACKUP_SAVE_AT_HOME*/ 700/*#define BACKUP_SAVE_AT_HOME*/
701 701
702/* RESET_LOCATION_TIME is the number of seconds that must elapse before 702/* RESET_LOCATION_TIME is the number of seconds that must elapse before
703 * we fill return the player to his savebed location. If this is zero, 703 * we will return the player to his savebed location. If this is zero,
704 * this feature is disabled (player will resume where ever he was 704 * this feature is disabled (player will resume where ever he was
705 * when he last logged off). If this is set to less than two hours, 705 * when he last logged off). If this is set to less than two hours,
706 * it will prevent players from camping out in treasure rooms. 706 * it will prevent players from camping out in treasure rooms.
707 * Do not comment this out - it must be set to something - if you 707 * Do not comment this out - it must be set to something - if you
708 * comment this out, the program will not compile. 708 * comment this out, the program will not compile.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines