What exactly does this mean?
I get it when compiling. I'm not sure how bvaffects becomes read-only.
Tyler
here's some code:
Not really sure.
assignment of read-only member `bvAffects
I get it when compiling. I'm not sure how bvaffects becomes read-only.
Tyler
here's some code:
void
init_classes(void)
{
int i;
for (i = 1; i < MAX_CLASS ; i++)
{
class_table.bvAffects =
ext_flag_value(affect_flags,
class_table.szAffects); <---This is the line.
}
}
Not really sure.