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.82 by root, Tue May 6 16:55:25 2008 UTC vs.
Revision 1.83 by root, Tue Aug 26 02:35:05 2008 UTC

381 * freearr, add these values. <= SIZEOFFREE1 will get you 381 * freearr, add these values. <= SIZEOFFREE1 will get you
382 * within 1 space. <= SIZEOFFREE2 wll get you withing 382 * within 1 space. <= SIZEOFFREE2 wll get you withing
383 * 2 spaces, and the entire array (< SIZEOFFREE) is 383 * 2 spaces, and the entire array (< SIZEOFFREE) is
384 * three spaces 384 * three spaces
385 */ 385 */
386#define SIZEOFFREE1 8 386#define SIZEOFFREE1 8
387#define SIZEOFFREE2 24 387#define SIZEOFFREE2 24
388#define SIZEOFFREE 49 388#define SIZEOFFREE3 49
389#define SIZEOFFREE 49
389 390
390#define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */ 391#define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */
391 392
392/* 393/*
393 * If any FLAG's are added or changed, make sure the flag_names structure in 394 * If any FLAG's are added or changed, make sure the flag_names structure in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines