summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorsignde <signde@openttd.org>2004-09-11 22:10:31 +0000
committersignde <signde@openttd.org>2004-09-11 22:10:31 +0000
commit34ecc0d7787523ad5d0f276fce5c562c71bcd6fb (patch)
tree9fe9145987d7dfd3c3ec017a53cf3141bf142996 /functions.h
parent1c373cd0af8f5b5bbef28f01de2839ae66b6591c (diff)
downloadopenttd-34ecc0d7787523ad5d0f276fce5c562c71bcd6fb.tar.xz
(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
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
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();