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

Comparing deliantra/server/include/book.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:12:47 2006 UTC vs.
Revision 1.2 by root, Tue Aug 29 08:01:36 2006 UTC

25 25
26#define BOOKSIZE(xyz) BASE_BOOK_BUF+((xyz)->weight/10)>BOOK_BUF? \ 26#define BOOKSIZE(xyz) BASE_BOOK_BUF+((xyz)->weight/10)>BOOK_BUF? \
27 BOOK_BUF:BASE_BOOK_BUF+((xyz)->weight/10); 27 BOOK_BUF:BASE_BOOK_BUF+((xyz)->weight/10);
28 28
29typedef struct { 29typedef struct {
30 uint8 message_type; 30 uint8 message_type;
31 uint8 message_subtype; 31 uint8 message_subtype;
32} readable_message_type; 32} readable_message_type;
33#endif 33#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines