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

Comparing deliantra/server/include/face.h (file contents):
Revision 1.19 by root, Thu Jul 12 08:40:14 2007 UTC vs.
Revision 1.20 by root, Tue Jul 24 04:55:34 2007 UTC

58 uint8 magicmap; /* Color to show this in magic map */ 58 uint8 magicmap; /* Color to show this in magic map */
59 59
60 faceinfo () 60 faceinfo ()
61 : number (0), smooth (0), type (0), smoothlevel (0), visibility (0), magicmap (0) 61 : number (0), smooth (0), type (0), smoothlevel (0), visibility (0), magicmap (0)
62 { } 62 { }
63
64 facedata *data (int faceset) const;
63}; 65};
64 66
65inline void 67inline void
66object_freezer::put (keyword k, faceinfo *v) 68object_freezer::put (keyword k, faceinfo *v)
67{ 69{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines