Index: client/attribute.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/attribute.c,v retrieving revision 1.11 diff -u -r1.11 attribute.c --- client/attribute.c 2002/05/25 17:44:05 1.11 +++ client/attribute.c 2002/06/07 21:07:09 @@ -297,7 +297,7 @@ pkey.x = x; pkey.y = y; - pvalue = hash_lookup_data(attribute_hash, &key); + pvalue = hash_lookup_data(attribute_hash, &pkey); if (!pvalue) { freelog(ATTRIBUTE_LOG_LEVEL, " not found");