From 51d2ec8e087353945fd87d26539371108ac19d5b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 02:04:05 +0000 Subject: [PATCH] comment --- stepmania/src/RageUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageUtil.h b/stepmania/src/RageUtil.h index ca1212f0d4..26b53b8e8f 100644 --- a/stepmania/src/RageUtil.h +++ b/stepmania/src/RageUtil.h @@ -103,7 +103,7 @@ inline float randomf( const float low=-1.0f, const float high=1.0f ) } /* XXX: These are C99 functions (except for the roundf(double) overload); what's - * the C99 define we can test for? */ + * the C99 define we can test for? XXX autoconf */ #if defined(WIN32) inline double trunc( double f ) { return float(int(f)); }; #else