From b6cda2fc4799e6f9ea00cdd009b311f02518c1be Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 30 Dec 2005 06:12:31 +0000 Subject: [PATCH] simplify --- stepmania/src/DateTime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/DateTime.cpp b/stepmania/src/DateTime.cpp index 4b83c105a7..32f4e8aecf 100644 --- a/stepmania/src/DateTime.cpp +++ b/stepmania/src/DateTime.cpp @@ -18,7 +18,7 @@ void DateTime::Init() bool DateTime::operator<( const DateTime& other ) const { -#define COMPARE( v ) if(vother.v) return false; +#define COMPARE( v ) if(v!=other.v) return v