Require C++20 for building Stepmania.

This commit is contained in:
Brian Phlipot
2022-08-02 18:16:12 -06:00
committed by teejusb
parent 9755acddb7
commit 37aff00d6e
16 changed files with 55 additions and 125 deletions
+1 -1
View File
@@ -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;