Цитата:
Сообщение от Bandicoot
А еще у КАНТА руль поворота только на левой шайбе отклоняется
|
2 Ranwers:
I think you should inherit your CANT.class from Sheme2a.class instead of Sheme2.class to fix the rudder bug.
In case you don't know what it means - you have to change
public abstract class CANT extends Scheme2
line in CANT.java
to
public abstract class CANT extends Scheme2a
and recompile this class.
It will also fix some DM-related bugs which are not found yet but definitely present