mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compiler error
Small rename.
This commit is contained in:
parent
befd38bf51
commit
e8bffae822
@ -369,7 +369,7 @@ bool CNetChan::_ProcessMessages(CNetChan* pChan, bf_read* pBuf)
|
||||
|
||||
return bResult;
|
||||
#else // !CLIENT_DLL
|
||||
return pChan->ProcessMessages(buf);
|
||||
return pChan->ProcessMessages(pBuf);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user