Skip to content

Entity struct mistakes #8

Description

@jose-vm

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions