Bug Fix: %obj.extra% now returns a list of the objects extra flags

This commit is contained in:
JamDog
2009-02-17 16:04:07 +00:00
parent c39292b215
commit 5ab5838acc
2 changed files with 5 additions and 4 deletions

View File

@@ -1110,10 +1110,9 @@ o->contains));
snprintf(str, slen, "1");
else
snprintf(str, slen, "0");
} else
snprintf(str, slen, "0");
} else {
sprintbitarray(GET_OBJ_EXTRA(o), extra_bits, EF_ARRAY_MAX, str);
} else {
sprintbitarray(GET_OBJ_EXTRA(o), extra_bits, EF_ARRAY_MAX, str);
}
}
break;
case 'h':