Require C++20 for building Stepmania.
This commit is contained in:
@@ -52,7 +52,7 @@ void ScreenWithMenuElements::Init()
|
||||
}
|
||||
}
|
||||
|
||||
if( TIMER_SECONDS != -1 )
|
||||
if( TIMER_SECONDS != -1.0f )
|
||||
{
|
||||
ASSERT( m_MenuTimer == nullptr ); // don't load twice
|
||||
m_MenuTimer = new MenuTimer;
|
||||
|
||||
Reference in New Issue
Block a user