Crash: made airplane invincible (#1754).

ipv6
Clonkonaut 2017-01-03 23:03:51 +01:00
parent fc9a25d215
commit 3fe83986ce
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func Intro_Init()
this.plane->FaceRight();
this.plane->PlaneMount(this.pilot);
this.plane.Touchable = 0;
this.plane->MakeInvincible();
}
func Intro_Start(object hero)