Fix helicopter for UB

No need to force an assert error here. We can simply ignore the meanwhile scene just like all the others.
This commit is contained in:
Asdow
2025-06-18 22:58:17 +03:00
parent efb54202ea
commit c02bbc90cb
+1 -2
View File
@@ -1278,8 +1278,7 @@ void LandHelicopter( void )
else
{
#ifdef JA2UB
Assert( 0 );
//No meanwhiles
//No meanwhiles in UB
#else
// play meanwhile scene if it hasn't been used yet
HandleKillChopperMeanwhileScene();