Skip to content

Commit 6e36bb8

Browse files
committed
feat(net/rdr3): extended object id manager
1 parent 52f3489 commit 6e36bb8

File tree

9 files changed

+818
-55
lines changed

9 files changed

+818
-55
lines changed

code/components/citizen-server-impl/src/state/ServerGameState.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7806,7 +7806,7 @@ static InitFunction initFunction([]()
78067806

78077807
constexpr bool canLengthHack =
78087808
#ifdef STATE_RDR3
7809-
false
7809+
true
78107810
#else
78117811
true
78127812
#endif

code/components/gta-net-five/include/rlNetBuffer.h

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class datBitBuffer
4343
return (m_curBit / 8) + leftoverBit;
4444
}
4545

46+
bool ReadBit(bool* bit);
47+
4648
bool ReadInteger(uint32_t* integer, int bits);
4749

4850
// NOTE: SIGNED

0 commit comments

Comments
 (0)