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.84 by root, Wed Aug 27 03:41:24 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 SIZEOFFREE0 0
386#define SIZEOFFREE1 8 387#define SIZEOFFREE1 8
387#define SIZEOFFREE2 24 388#define SIZEOFFREE2 24
389#define SIZEOFFREE3 48
388#define SIZEOFFREE 49 390#define SIZEOFFREE 49
389 391
390#define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */ 392#define NROF_SOUNDS (23 + NROFREALSPELLS) /* Number of sounds */
391 393
392/* 394/*
393 * If any FLAG's are added or changed, make sure the flag_names structure in 395 * 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