mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo in 'bf_write'
This commit is contained in:
parent
d22b91fd72
commit
437a54486d
@ -513,7 +513,7 @@ void bf_write::WriteSBitLong(int data, int numbits)
|
||||
// Do we have a valid # of bits to encode with?
|
||||
Assert(numbits >= 1);
|
||||
|
||||
// Note: it does this wierdness here so it's bit-compatible with regular integer data in the buffer.
|
||||
// Note: it does this weirdness here so it's bit-compatible with regular integer data in the buffer.
|
||||
// (Some old code writes direct integers right into the buffer).
|
||||
if (data < 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user