Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BasePropertyDesc.cs #3975

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Conversation

LtRipley36706
Copy link
Member

@LtRipley36706 LtRipley36706 commented Apr 17, 2023

Clean up compiler warnings

@@ -36,7 +36,7 @@ public class BasePropertyDesc : IUnpackable
PropertyInheritanceType m_inheritanceType;
PropertyDatFileType m_datFileType;
PropertyPropagationType m_propagationType;
PropertyCachingType m_cachingType;
//PropertyCachingType m_cachingType;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OptimShi This variable was never assigned a value, was that missed in Unpack somewhere?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, so many of these properties/var names were just guessing based on the class details in the PDB that cachingType entry could been any one of those "bool" values, or it could be a run-time value (and I'm sure some of those bool var names are mislabled/flat out wrong, too)

@LtRipley36706 LtRipley36706 merged commit 5f4313c into ACEmulator:master Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants