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.41 by root, Mon Oct 29 23:55:52 2012 UTC vs.
Revision 1.44 by root, Wed Nov 16 23:41:59 2016 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the 7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
89} 89}
90 90
91facedata * 91facedata *
92faceinfo::data (int faceset) const 92faceinfo::data (int faceset) const
93{ 93{
94 if (!face [faceset].data.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