Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ assignment of read-only member `bvAffects
|
assignment of read-only member `bvAffects
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Ithildin
USA (262 posts) Bio
|
| Date
| Sun 13 Feb 2005 08:56 PM (UTC) Amended on Sun 13 Feb 2005 09:01 PM (UTC) by Ithildin
|
| Message
| What exactly does this mean?
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. | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #1 on Mon 14 Feb 2005 04:49 AM (UTC) |
| Message
| | Is it const, by any chance? That would do it... |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
12,190 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top