MoreSmallFixes

This commit is contained in:
Atsuyo-INSA 2023-11-14 18:11:32 +01:00
parent 2b3f8c21bc
commit 9428b70838

View file

@ -92,7 +92,7 @@ class Player
get angle()
{
return (this.visibleDir-1)*3.1415926535/8.;
return (this.visibleDir-3)*3.1415926535/4.;
}
}