* (bug 3019) use the operating system's random number generator if possible
when generating the qkey file
This commit is contained in:
parent
8801b06a1e
commit
c6249fcc25
7 changed files with 65 additions and 9 deletions
|
@ -1001,6 +1001,8 @@ int Sys_Milliseconds (void);
|
|||
|
||||
void Sys_SnapVector( float *v );
|
||||
|
||||
qboolean Sys_RandomBytes( byte *string, int len );
|
||||
|
||||
// the system console is shown when a dedicated server is running
|
||||
void Sys_DisplaySystemConsole( qboolean show );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue