diff --git a/stepmania/src/WheelBase.cpp b/stepmania/src/WheelBase.cpp index e115718996..7459f01bae 100644 --- a/stepmania/src/WheelBase.cpp +++ b/stepmania/src/WheelBase.cpp @@ -640,7 +640,7 @@ void WheelBase::RebuildWheelItems( int iDist ) // iIndex is now the index of the lowest WheelItem to draw - if( iDist == -999999 ) + if( iDist == INT_MAX ) { // Refresh all for( int i=0; iLoadFromWheelItemBaseData( data ); } }