MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / prepare

Method prepare

src/SB/Core/x/xserializer.cpp:299–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void xSerial::prepare(U32 idtag)
300{
301 st_SERIAL_CLIENTINFO* clt = XSER_get_client(idtag);
302 idtag = clt->idtag;
303 baseoff = clt->trueoff;
304 ctxtdata = clt;
305 warned = FALSE;
306 curele = 0;
307 bitidx = 0;
308 bittally = 0;
309}
310
311void xSerialWipeMainBuffer()
312{

Callers

nothing calls this directly

Calls 1

XSER_get_clientFunction · 0.70

Tested by

no test coverage detected