Nope, no changes there. The field is an INT, so it doesn't take floats (using decimals) like you had it set. Since you had it set to 0.0x, it was basically just cutting off everything after the decimal and making the value 0. You can see the field types here:
http://code.google.com/p/projecteqem...on/ruletypes.h
BOOL is true or false
INT is an integer
REAL is a float that can use a decimal