Index: ode_net.c
===================================================================
--- ode_net.c	(revision 99)
+++ ode_net.c	(revision 100)
@@@ -43,,  +43,,  @@
 	    }
 
 // read (flushed ?), and if RAYDIUM_NETWORK_PACKET_DATA, search nid and update pos/rot
-//if(raydium_network_read(&id,&type,data)!=RAYDIUM_NETWORK_DATA_OK)
-if(raydium_network_read_flushed(&id,&type,data)!=RAYDIUM_NETWORK_DATA_OK)
+if(raydium_network_read(&id,&type,data)!=RAYDIUM_NETWORK_DATA_OK)
+//if(raydium_network_read_flushed(&id,&type,data)!=RAYDIUM_NETWORK_DATA_OK)
     return;
     
 #ifndef ODE_NETWORK_GHOSTS