diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-15 12:41:22 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-15 12:41:22 +0000 |
| commit | 6038f9434f1eb40caf7992ece9a3972e95a9fc11 (patch) | |
| tree | 6d99a66c5504ee894e15b215291f57e3e551a3e6 /src/net_multiplayer.c | |
| parent | d9e19a0d5ba8a797e12052e29f9c3a945d2331bc (diff) | |
- uprava par detialov v setovom mutiplayeri s portokolom UDP
( hlavne monznost synchronizacie dat od servera kazdnych 5 sekund )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@17 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/net_multiplayer.c')
| -rw-r--r-- | src/net_multiplayer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net_multiplayer.c b/src/net_multiplayer.c index c8f8965..e3f5d93 100644 --- a/src/net_multiplayer.c +++ b/src/net_multiplayer.c @@ -105,10 +105,12 @@ void eventNetMultiplayer() case NET_PROTOCOL_TYPE_TCP : selectServerTcpSocket(); eventClientListBuffer(); + eventPeriodicSyncClient(); break; case NET_PROTOCOL_TYPE_UDP : selectServerUdpSocket(); eventClientListBuffer(); + eventPeriodicSyncClient(); break; } break; |