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.45 by root, Sat Jan 27 02:19:37 2007 UTC vs.
Revision 1.46 by root, Fri Feb 2 21:50:43 2007 UTC

82 82
83#define MAX_NAME 48 83#define MAX_NAME 48
84#define MAX_EXT_TITLE 98 84#define MAX_EXT_TITLE 98
85 85
86/* Fatal variables: */ 86/* Fatal variables: */
87//TODO: remove all calls to fatal and replace them by cleanup
87#define OUT_OF_MEMORY 0 88#define OUT_OF_MEMORY 0
88#define MAP_ERROR 1 89#define MAP_ERROR 1
89#define ARCHTABLE_TOO_SMALL 2 90#define ARCHTABLE_TOO_SMALL 2 // unused
90#define TOO_MANY_ERRORS 3 91#define TOO_MANY_ERRORS 3
91 92
92/* TYPE DEFINES */ 93/* TYPE DEFINES */
93 94
94/* Only add new values to this list if somewhere in the program code, 95/* Only add new values to this list if somewhere in the program code,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines