Fix airplane description.

It wasn't to its property.
shapetextures
Sven Eberhardt 2015-11-08 17:14:29 -05:00
parent 236759b1db
commit a43103a93f
1 changed files with 2 additions and 1 deletions

View File

@ -532,9 +532,10 @@ local ActMap = {
func Definition(def)
{
SetProperty("Name", "$Name$", def);
SetProperty("MeshTransformation", Trans_Mul(Trans_Rotate(90,0,0,1), Trans_Translate(-10000,-3375,0), Trans_Rotate(25,0,1,0)));
SetProperty("PictureTransformation",Trans_Mul(Trans_Rotate(-5,1,0,0),Trans_Rotate(40,0,1,0),Trans_Translate(-20000,-4000,20000)),def);
}
local Name="$Name$";
local Description="$Description$";
local Rebuy = true;