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

Entity struct mistakes #8

Open
jose-vm opened this issue May 26, 2016 · 1 comment
Open

Entity struct mistakes #8

jose-vm opened this issue May 26, 2016 · 1 comment
Assignees

Comments

@jose-vm
Copy link

jose-vm commented May 26, 2016

I found some mistakes in the Entity header file.

  • Line 69 isn't autosend. It is a EntityUniqueID as of 00A11AEA. The function that calls the EntityUniqueID asks for a long long; this can't be possible as of its size (see https://msdn.microsoft.com/en-us/library/s3f49ktz.aspx). A long long's size is 8, while the struct member's size is 4. In conclusion, it is a long entityUniqueId;.
  • Line 98 is a bool changed; as of 00A118A8 (Entity::setChanged).
  • Line 100 isn't bool global;. bool global; is at 369 as of 00A13B0C (Entity::setGlobal)
@TrinityDevelopers
Copy link
Member

Thanks for this man. I new some things were off. I'll definitely look into this and fix this.

@TrinityDevelopers TrinityDevelopers self-assigned this May 26, 2016
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

No branches or pull requests

2 participants