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.5 by root, Tue Mar 7 13:44:43 2006 UTC vs.
Revision 1.6 by root, Tue Mar 7 13:59:57 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.5 2006/03/07 13:44:43 root Exp $"; 3 * "$Id: config.h,v 1.6 2006/03/07 13:59:57 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
694 * the crash has trashed the characters too. Define NO_EMERGENCY_SAVE 694 * the crash has trashed the characters too. Define NO_EMERGENCY_SAVE
695 * to disable emergency saves. This actually does 695 * to disable emergency saves. This actually does
696 * prevent emergency saves now (Version 0.90.5). 696 * prevent emergency saves now (Version 0.90.5).
697 */ 697 */
698 698
699//#define NO_EMERGENCY_SAVE 699#define NO_EMERGENCY_SAVE
700 700
701/* By selecting the following, whenever a player does a backup save (with 701/* By selecting the following, whenever a player does a backup save (with
702 * the 'save command), the player will be saved at home (EMERGENCY_MAP_* 702 * the 'save command), the player will be saved at home (EMERGENCY_MAP_*
703 * information that is specified later). IF this is not set, the player 703 * information that is specified later). IF this is not set, the player
704 * will be saved at his present location. 704 * will be saved at his present location.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines