[Bug] top_sn value is altered by load_commands and load_socials
< Newer Topic
:: Older Topic >
AFKMud 2.02
Pages:<< prev 1 next >>
#1 Oct 14, 2007 12:16 pm
Black Hand
GroupAdministrators
Posts3,697
JoinedJan 1, 2002
Bug: top_sn value is altered by load_commands and load_socials
Danger: Low - Will only present a problem if these functions are ever moved past load_skill_table
Discovered in: AFKMud 2.02
Found by: Remcon
Fixed by: Remcon
---
commands.cpp, load_commands ( and load_socials )
Locate and remove:
This is a relatively minor thing since the current order of loading pulls in the commands and socials long before the skills. But should the load order ever get redone, this would have made the skill tables useless. Neither of these functions had any need in touching top_sn.
Danger: Low - Will only present a problem if these functions are ever moved past load_skill_table
Discovered in: AFKMud 2.02
Found by: Remcon
Fixed by: Remcon
---
commands.cpp, load_commands ( and load_socials )
Locate and remove:
top_sn = 0;
This is a relatively minor thing since the current order of loading pulls in the commands and socials long before the skills. But should the load order ever get redone, this would have made the skill tables useless. Neither of these functions had any need in touching top_sn.
Pages:<< prev 1 next >>