InitNetGameplayStuff matching

This commit is contained in:
Dethrace Labs 2026-01-05 12:13:08 +13:00 committed by Dethrace Engineering Department
parent 9951abfd5f
commit 01ca91713f
1 changed files with 4 additions and 0 deletions

View File

@ -1690,6 +1690,10 @@ void SendGameplayToHost(tNet_gameplay_mess pMess, int pParam_1, int pParam_2, in
// IDA: void __cdecl InitNetGameplayStuff()
// FUNCTION: CARM95 0x004342a4
void InitNetGameplayStuff(void) {
switch (gCurrent_net_game->type) {
DETHRACE_DEFAULT_BREAK;
}
}
// IDA: void __cdecl DefaultNetName()