ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/image.C
(Generate patch)

Comparing deliantra/server/common/image.C (file contents):
Revision 1.42 by root, Sun Nov 11 04:29:10 2012 UTC vs.
Revision 1.43 by root, Sun Nov 11 05:53:11 2012 UTC

89} 89}
90 90
91facedata * 91facedata *
92faceinfo::data (int faceset) const 92faceinfo::data (int faceset) const
93{ 93{
94 if (!face [faceset].size) 94 if (!face [faceset].chksum_len)
95 faceset = 0; 95 faceset = 0;
96 96
97 return (facedata *)(face + faceset); 97 return (facedata *)(face + faceset);
98} 98}
99 99

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines