small thing
[fp1415-soccerfun.git] / src / Team_MartLubbers.icl
index ef3ff01..2c53cc1 100644 (file)
@@ -115,7 +115,7 @@ distToLine a b c = (abs (((b.px-a.px)*(a.py-c.py))-((a.px-c.px)*(b.py-a.py))))/d
                (/) m1 m2 = (m (toReal m1)/(toReal m2))\r
                d = sqrt(((b.px-a.px)*(b.px-a.px))+((b.py-a.py)*(b.py-a.py)))\r
 \r
-//afterfix :: (FootballerAI m) !Position !Metre !(!BrainInput, !Mem) -> (BrainOutput, !Mem)\r
+afterfix :: (FootballerAI Mem) !Position !Metre !(!BrainInput, !Mem) -> (BrainOutput, !Mem)\r
 afterfix after point diff (input=:{me,others}, mm)\r
 # (i, mm) = nextRandomNumber mm\r
 | d < diff = after (input, mm)\r