diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index a45574f188..33581af9e8 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -161,8 +161,6 @@ ConvertValueHelper ConvertValue( FROM *pValue ) * that the memory location is being added to, but the value is stored in a register, * and breaking aliasing rules means the compiler doesn't know that the register * value is invalid.) - * - * Always do these conversions through a union. */ template static inline void enum_add( T &val, int iAmt )