Skip to content
Snippets Groups Projects
Commit 75e96665 authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Fixed a bug in AExtraData for version 10.0.1.0+

parent c162aa38
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ public:
class AExtraData : public AData {
public:
AExtraData() {
AddAttr( attr_link, "Name", VER_10_0_1_0 );
AddAttr( attr_string, "Name", VER_10_0_1_0 );
AddAttr( attr_link, "Next Extra Data", 0, VER_4_2_2_0 );
}
~AExtraData() {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment