From 34ecc0d7787523ad5d0f276fce5c562c71bcd6fb Mon Sep 17 00:00:00 2001 From: signde Date: Sat, 11 Sep 2004 22:10:31 +0000 Subject: (svn r209) -Fix: network code based desync -Feature: framesync packets to hold the clients framecount near the servers -Fix: command queue now aligns the commands to be processed right after an sync or framesync packet -Fix: added stubs for compiling without network --- functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 778b57517..9816a56af 100644 --- a/functions.h +++ b/functions.h @@ -134,6 +134,7 @@ void NetworkStartSync(bool fcreset); void NetworkClose(bool client); void NetworkSendReadyPacket(); void NetworkSendSyncPackets(); +void NetworkSendFrameSyncPackets(); bool NetworkCheckClientReady(); void NetworkIPListInit(); -- cgit v1.2.3-54-g00ecf