Slay some cyclopian variables.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@927 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -100,8 +100,8 @@ public class CharacterDescriptor
|
||||
public int hashCode ()
|
||||
{
|
||||
int code = 0, clength = _components.length;
|
||||
for (int i = 0; i < clength; i++) {
|
||||
code ^= _components[i];
|
||||
for (int ii = 0; ii < clength; ii++) {
|
||||
code ^= _components[ii];
|
||||
}
|
||||
return code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user