mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix tools
This commit is contained in:
parent
18d9997348
commit
e615d4b844
|
@ -380,7 +380,7 @@ int main(int argc, const char **argv) // ignore_convention
|
|||
|
||||
dbg_msg("mastersrv", "started");
|
||||
|
||||
while(1)
|
||||
while(true)
|
||||
{
|
||||
m_NetOp.Update();
|
||||
m_NetChecker.Update();
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#include <base/math.h>
|
||||
#include <base/system.h>
|
||||
#include <cstdio>
|
||||
#include <engine/shared/network.h>
|
||||
#include <engine/shared/packer.h>
|
||||
#include <mastersrv/mastersrv.h>
|
||||
#include <stdio.h>
|
||||
|
||||
static CNetClient g_NetOp; // main
|
||||
|
||||
|
|
Loading…
Reference in a new issue