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

Comparing deliantra/server/include/material.h (file contents):
Revision 1.9 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.10 by root, Tue Feb 6 13:21:29 2007 UTC

58 sint8 wc; 58 sint8 wc;
59 sint8 ac; 59 sint8 ac;
60 sint8 sp; 60 sint8 sp;
61 int weight; 61 int weight;
62 int value; 62 int value;
63 int density; // g/cm² * 1000 == kg/m³
63 struct materialtype_t *next; 64 struct materialtype_t *next;
64}; 65};
65 66
66extern materialtype_t *materialt; 67extern materialtype_t *materialt;
67 68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines