Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Type FIELD_HSCRIPT is removed, it never sets SV_FREE. strdup()ed strings are not free'd via free() instead of delete, which would be the conformant way in standard C++. It matters not in Source, since both use the same global allocator of the engine, but it is tidier. Add a comment why we feel fine deleting QAngle as Vector.
- Loading branch information