fix typo in catapult script

stable-5.3
Sven Eberhardt 2013-01-18 23:11:42 +01:00 committed by Nicolas Hake
parent 4864b2252f
commit d3634334a2
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ Roll = {
NextAction = "Roll",
},
};
func Definitio(def)
func Definition(def)
{
SetProperty("PictureTransformation",Trans_Mul(Trans_Translate(6000,0,0),Trans_Rotate(-20,1,0,0),Trans_Rotate(35,0,1,0),Trans_Scale(1350)),def);
}