mtasa-blue
mtasa-blue copied to clipboard
Fix class hierarchy. Remove VTBL hacks
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.