Closed SamVanheer closed 2 years ago
FileSystem_LoadFileIntoBuffer currently always appends a null terminator regardless of whether it's text or binary data. Fix this to only append it if it's meant to be interpreted as text.
FileSystem_LoadFileIntoBuffer
Fixed by https://github.com/SamVanheer/halflife-updated/commit/609eafda578c27960510c08d1d69f59447bdb264
FileSystem_LoadFileIntoBuffer
currently always appends a null terminator regardless of whether it's text or binary data. Fix this to only append it if it's meant to be interpreted as text.