mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-23 01:50:41 +00:00
IOQ3 commit 2203
This commit is contained in:
parent
663558fbb5
commit
65461675ce
1 changed files with 3 additions and 2 deletions
|
@ -1709,6 +1709,7 @@ void NET_Sleep(int msec)
|
|||
NET_Restart_f
|
||||
====================
|
||||
*/
|
||||
void NET_Restart_f( void ) {
|
||||
NET_Config( networkingEnabled );
|
||||
void NET_Restart_f(void)
|
||||
{
|
||||
NET_Config(qtrue);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue