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

Comparing deliantra/server/common/object.c (file contents):
Revision 1.3 by elmex, Wed Feb 22 18:53:48 2006 UTC vs.
Revision 1.4 by root, Fri Mar 31 21:16:24 2006 UTC

1/* 1/*
2 * static char *rcsid_object_c = 2 * static char *rcsid_object_c =
3 * "$Id: object.c,v 1.3 2006/02/22 18:53:48 elmex Exp $"; 3 * "$Id: object.c,v 1.4 2006/03/31 21:16:24 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
2725 * Returns TRUE on success. 2725 * Returns TRUE on success.
2726 */ 2726 */
2727int set_ob_key_value_s(object * op, const char * canonical_key, const char * value, int add_key) { 2727int set_ob_key_value_s(object * op, const char * canonical_key, const char * value, int add_key) {
2728 key_value * field = NULL, *last=NULL; 2728 key_value * field = NULL, *last=NULL;
2729 2729
2730 LOG(llevDebug, "set_ob_value_s: '%s' '%s' %d\n", canonical_key, value, add_key);
2731
2732 for (field=op->key_values; field != NULL; field=field->next) { 2730 for (field=op->key_values; field != NULL; field=field->next) {
2733 if (field->key != canonical_key) { 2731 if (field->key != canonical_key) {
2734 last = field; 2732 last = field;
2735 continue; 2733 continue;
2736 } 2734 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines