|
|||||||
This is a discussion on "ROM 2.4 GGC4 Update" in the Top Mud Sites MUD Coding forum : This one seems simple enough - not sure why they chose to just up and change it but they did. In tables.h, at the top end of the file you have this set of declarations: [code] /* game tables */ extern const struct clan_type clan_table[MAX_CLAN]; extern const struct position_type position_table[]; extern const struct sex_type sex_table[]; extern const struct size_type size_table[]; /* flag tables */ extern const struct flag_type act_flags[]; extern const struct flag_type plr_flags[]; extern const struct flag_type affect_flags[]; extern const struct flag_type off_flags[]; extern const struct ... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Member
Join Date: Apr 2002
Location: United Socialist States of America
Home MUD: Alsherok
Posts: 169
![]() |
This one seems simple enough - not sure why they chose to just up and change it but they did. In tables.h, at the top end of the file you have this set of declarations:
[code] /* game tables */ extern const struct clan_type clan_table[MAX_CLAN]; extern const struct position_type position_table[]; extern const struct sex_type sex_table[]; extern const struct size_type size_table[]; /* flag tables */ extern const struct flag_type act_flags[]; extern const struct flag_type plr_flags[]; extern const struct flag_type affect_flags[]; extern const struct flag_type off_flags[]; extern const struct flag_type imm_flags[]; extern const struct flag_type form_flags[]; extern const struct flag_type part_flags[]; extern const struct flag_type comm_flags[]; extern const struct flag_type extra_flags[]; extern const struct flag_type wear_flags[]; extern const struct flag_type weapon_flags[]; extern const struct flag_type container_flags[]; extern const struct flag_type portal_flags[]; extern const struct flag_type room_flags[]; extern const struct flag_type exit_flags[]; [/quote] These need to all be moved down to the end of the file, past the last struct that's defined here. Once you've moved them, all is well and your code will once again compile. |
|
|
|
![]() |
| Thread Tools | |
ROM 2.4 GGC4 Update - Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Darksun MUD update | Delerak | Advertising for Staff | 0 | 03-17-2007 02:03 PM |
| Aurealan Realms Update | Mouseglove | Tavern of the Blue Hand | 1 | 01-22-2004 09:50 AM |
| OTHERSPACE: Website update | Brody | MUD Announcements | 0 | 07-30-2002 12:14 AM |
| chainsmokingdryad update | Mish | MUD Announcements | 0 | 06-09-2002 04:52 PM |
| Meet & Greet III Update | Ntanel | MUD Announcements | 1 | 05-15-2002 06:58 PM |
|
|