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

Comparing deliantra/server/include/define.h (file contents):
Revision 1.105 by root, Thu Oct 15 21:59:48 2009 UTC vs.
Revision 1.106 by root, Wed Nov 4 00:02:48 2009 UTC

43#define FABS(x) fabs (x) 43#define FABS(x) fabs (x)
44 44
45#ifdef __NetBSD__ 45#ifdef __NetBSD__
46# include <sys/param.h> 46# include <sys/param.h>
47#endif 47#endif
48
49#define MAXLEVEL 115 // for treasure calculations only
48 50
49// maximum length of an object name in the protocol 51// maximum length of an object name in the protocol
50#define NAME_LEN 127 52#define NAME_LEN 127
51 53
52#undef MIN 54#undef MIN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines