> You're right...
>
> The scary thing is, i wrote code to parse and handle this data :P

Which will work just fine if 'time' is a floating point value and you are
writing your code in C or C++.  The compiler will automatically recast from
'float' to 'int' when necessary.

If you're doing this in Visual Basic, you'll have to handle the float as a
IEEE floating point format (or write a simple C function to recast from
float to int, passing in the pointer to the float and returning an int value
to the Visual Basic code).

botman


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to