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