> for (x = 0; x < NUM_CLASSES; x++)
>Line:1075 if (class_ok_race[(int)GET_RACE(ch)][x])
> send_to_char(class_display[x], d->character);
> send_to_char("\nClass: ", d->character);
> }
change lne 1075 if(class_ok_race[(int)GET_RACE(d->character)][x])
or define ch by including struct char_data *ch and then initialize it?
Abram
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST