RHS Feedback - AFRF
View Issue Details
0001364AFRF[All Projects] Generalpublic2015-11-10 15:222015-11-25 23:01
ruPaladin 
Soul_Assassin 
noneminorN/A
resolvedfixed 
 
0.4 
No
1.52
No
0001364: Wrong class inheritance in rhsusf_c_a2port_air.pbo
Working on my mod (based on RHS), I found that in config.cpp:
    class Plane: Air {};
    class Plane_Base_F: Plane
    {
        class NewTurret;
        class Turrets
        {
        };
        class ViewPilot;
        class ViewGunner;
    };

Looks like your config clears class Turrets for class Plane_Base_F.
No tags attached.
Issue History
2015-11-10 15:22ruPaladinNew Issue
2015-11-25 23:01Soul_AssassinStatusnew => resolved
2015-11-25 23:01Soul_AssassinFixed in Version => 0.4
2015-11-25 23:01Soul_AssassinResolutionopen => fixed
2015-11-25 23:01Soul_AssassinAssigned To => Soul_Assassin

There are no notes attached to this issue.