Date: Thursday January 4, 2001 @ 5:06
Author: xyzzy
Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv24320
Modified Files:
socket.c
Log Message:
Fixed a slight bug where the different types of sequence packet flags weren't
sent in non-SP mode. Everyone uses SP, and most clients don't expect seq
packet flags in non-SP mode, so this didn't matter much.
****************************************
Index: Vanilla/ntserv/socket.c
diff -u Vanilla/ntserv/socket.c:1.28 Vanilla/ntserv/socket.c:1.29
--- Vanilla/ntserv/socket.c:1.28 Thu Oct 26 05:06:14 2000
+++ Vanilla/ntserv/socket.c Thu Jan 4 05:06:06 2001
@@ -1,4 +1,4 @@
-/* $Id: socket.c,v 1.28 2000/10/26 10:06:14 xyzzy Exp $
+/* $Id: socket.c,v 1.29 2001/01/04 11:06:06 xyzzy Exp $
*/
/*
@@ -632,9 +632,9 @@
}
#endif
+ if(commMode == COMM_UDP) addSequenceFlags(udpbuf);
if(send_short) {
updatePlasmas();
- if(commMode == COMM_UDP) addSequenceFlags(udpbuf);
updateSelf(FALSE);
updatePhasers();
updateShips();