Index: ode.c
===================================================================
--- ode.c	(revision 7)
+++ ode.c	(revision 8)
@@ -189,7 +189,7 @@
 //dWorldSetContactMaxCorrectingVel (raydium_ode_world,0.1);
 //dWorldSetContactSurfaceLayer (raydium_ode_world,0.001);
 #endif
-// must adjust this value /!\
+// must adjust this value /!!!/
 dWorldSetContactMaxCorrectingVel(raydium_ode_world,10);
 
 // wow ! This is my first init dependance ;)