mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Cleanup/add some comments
This commit is contained in:
parent
7c3d093c53
commit
430b2877ad
@ -9,7 +9,7 @@
|
||||
// the maximum size of each data block fragment
|
||||
#define MAX_DATABLOCK_FRAGMENT_SIZE 1024
|
||||
|
||||
// the maximum amount of fragments per data block
|
||||
// the maximum amount of fragments per data block transfer
|
||||
#define MAX_DATABLOCK_FRAGMENTS 768
|
||||
|
||||
#define DATABLOCK_DEBUG_NAME_LEN 64
|
||||
|
@ -110,7 +110,7 @@ void Script_RegisterCommonAbstractions(CSquirrelVM* s)
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
// Purpose: listen server constants (!!! only call on builds containing a listen server !!!)
|
||||
// Purpose: listen server constants
|
||||
// Input : *s -
|
||||
//---------------------------------------------------------------------------------
|
||||
void Script_RegisterListenServerConstants(CSquirrelVM* s)
|
||||
|
@ -10,5 +10,6 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
const char* CNetKey::GetBase64NetKey(void) const
|
||||
{
|
||||
// TODO: should we not acquire lock for m_Mutex here?
|
||||
return m_szBase64;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user