DeepSeaMining: Clonks tumble in intro when falling from sky after section change

objectmenu
Sven Eberhardt 2016-01-17 22:38:50 -05:00
parent 47add34d8f
commit 2c834e6993
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ func Intro_11()
{
crew->SetPosition(g_tuesday_pos[0],-100);
crew->SetXDir(-10); crew->SetYDir(-30);
crew->SetAction("Tumble");
if (!index) SetPlrView(plr, crew);
}
}