Index: ode_net.c
===================================================================
--- ode_net.c	(revision 100)
+++ ode_net.c	(revision 101)
@@ -410,7 +410,7 @@
 // Read new packets (flushed read must be an option !)
 void raydium_ode_network_read(void)
 {
-unsigned char type;
+signed char type;
 int id,i;
 short n;
 char data[RAYDIUM_NETWORK_PACKET_SIZE];