mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user