Error:
No required constructor in chief's class
// Decompiled by DJ v3.10.10.93 Copyright 2007 Atanas Neshkov Date: 24.03.2020 00:17:30
// Home Page: http://members.fortunecity.com/neshkov/dj.html http://www.neshkov.com/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: ShipCVE$CasablancaClass.java
package com.maddox.il2.objects.ships;
import com.maddox.il2.ai.ground.TgtShip;
import com.maddox.rts.SectFile;
// Referenced classes of package com.maddox.il2.objects.ships:
// ShipCVE, Ship
public static class ShipCVE$CasablancaClass extends Ship.USSCasablancaCVE55
implements TgtShip
{
public ShipCVE$CasablancaClass()
{
}
public ShipCVE$CasablancaClass(String s, int i, SectFile sectfile, String s1, SectFile sectfile1, String s2)
{
super(s, i, sectfile, s1, sectfile1, s2);
// Decompiled by DJ v3.10.10.93 Copyright 2007 Atanas Neshkov Date: 21.03.2020 01:59:52
// Home Page: http://members.fortunecity.com/neshkov/dj.html http://www.neshkov.com/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: ShipCVE.java
package com.maddox.il2.objects.ships;
// Referenced classes of package com.maddox.il2.objects.ships:
// Ship, BigshipGeneric
public abstract class ShipCVE extends Ship
{
/* member class not found */
class CasablancaClass {}
public ShipCVE()
{
}
static
{
new BigshipGeneric.SPAWN(com.maddox.il2.objects.ships.ShipCVE$CasablancaClass.class);
}
}
Shows up in FMB under ships, like a normal CVE, but in Mission you don't see, planes start on water???
Static ship is not visible.
Possible conflict somewhere.