Silent 8ob wrote:
I've just uploaded Duncan's latest update to the multiplayer code.

http://tysonfamily.net/flightgear

Eric - apologies - it is still a .tgz that patches the Flightgear release
0.9.1 source.

It looks like there is just one change in the updates?



diff -Nuar ../FlightGear-0.9.1.orig/src/MultiPlayer/multiplayrxmgr.cxx src/MultiPlayer/multiplayrxmgr.cxx
--- ../FlightGear-0.9.1.orig/src/MultiPlayer/multiplayrxmgr.cxx Sun Mar 23 10:37:15 2003
+++ src/MultiPlayer/multiplayrxmgr.cxx Tue Mar 4 04:38:56 2003
@@ -229,7 +229,7 @@
sCallsign = MsgHdr->sCallsign;


                     // Process the player data unless we generated it
-                    if (m_sCallsign != string(MsgHdr->sCallsign)) {
+                    if (m_sCallsign != MsgHdr->sCallsign) {


// Process messages


Erik


_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to