mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +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
|
else
|
||||||
{
|
{
|
||||||
#ifdef JA2UB
|
#ifdef JA2UB
|
||||||
Assert( 0 );
|
//No meanwhiles in UB
|
||||||
//No meanwhiles
|
|
||||||
#else
|
#else
|
||||||
// play meanwhile scene if it hasn't been used yet
|
// play meanwhile scene if it hasn't been used yet
|
||||||
HandleKillChopperMeanwhileScene();
|
HandleKillChopperMeanwhileScene();
|
||||||
|
|||||||
Reference in New Issue
Block a user