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.6 by root, Tue Mar 7 13:59:57 2006 UTC vs.
Revision 1.7 by root, Mon Mar 13 20:45:30 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.6 2006/03/07 13:59:57 root Exp $"; 3 * "$Id: config.h,v 1.7 2006/03/13 20:45:30 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
612#define STARTMAX 500 /* How big array of objects to start with */ 612#define STARTMAX 500 /* How big array of objects to start with */
613#define OBJ_EXPAND 100 /* How big steps to use when expanding array */ 613#define OBJ_EXPAND 100 /* How big steps to use when expanding array */
614 614
615#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */ 615#define HIGHSCORE_LENGTH 1000 /* How many entries there are room for */
616 616
617#define ARCHTABLE 5003 /* Used when hashing archetypes */ 617#define ARCHTABLE 32749 /* Used when hashing archetypes */
618#define MAXSTRING 20 618#define MAXSTRING 20
619 619
620#define COMMAND_HASH_SIZE 107 /* If you change this, delete all characters :) */ 620#define COMMAND_HASH_SIZE 107 /* If you change this, delete all characters :) */
621 621
622 622

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines