mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Fix class hierarchy. Remove VTBL hacks

Open TheNormalnij opened this issue 4 months ago • 3 comments

This PR:

  • Removes dirty VTBL hacks in CEntitySAInterface. All hacks are replaced with virtual methods.
  • Fixes class hierarchy in CEntitySAInterface and CCameraSAInterface with CPlaceableSAInterface.

Current state: testing.

TheNormalnij avatar Oct 03 '24 17:10 TheNormalnij