Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / src / connection.h
index 338ee964ce36378ff4aff16579ef4255aa6befe2..b025a4dfc000857e24ada71ee89354fe1b6a90d6 100644 (file)
@@ -120,9 +120,9 @@ public:
 };
 
 typedef enum MTProtocols {
-       PRIMARY,
-       UDP,
-       MINETEST_RELIABLE_UDP
+       MTP_PRIMARY,
+       MTP_UDP,
+       MTP_MINETEST_RELIABLE_UDP
 } MTProtocols;
 
 #define SEQNUM_MAX 65535