(svn r2755) Fix: Fix a desync issue with autoreplace

This commit is contained in:
ludde
2005-07-29 21:55:49 +00:00
parent 3a162799fd
commit bb1e1f2b5f
3 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ bool NetworkFindName(char new_name[NETWORK_NAME_LENGTH]);
void NetworkServer_HandleChat(NetworkAction action, DestType desttype, int dest, const char *msg, uint16 from_index);
bool NetworkServer_ReadPackets(NetworkClientState *cs);
void NetworkServer_Tick(void);
void NetworkServer_Tick(bool send_frame);
void NetworkServerMonthlyLoop(void);
void NetworkServerYearlyLoop(void);