mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-08 17:32:14 +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
|
NET_Restart_f
|
||||||
====================
|
====================
|
||||||
*/
|
*/
|
||||||
void NET_Restart_f( void ) {
|
void NET_Restart_f(void)
|
||||||
NET_Config( networkingEnabled );
|
{
|
||||||
|
NET_Config(qtrue);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue