RHS Feedback - AFRF
View Issue Details
0001353AFRF[All Projects] Generalpublic2015-11-08 12:452015-11-09 10:45
ruPaladin 
reyhard 
noneminoralways
closedno change required 
 
 
No
1.52
No
0001353: rhsusf_c_hmmwv.cpp has two classes in CfgPatches
Don't know is it allowed, just want to let you know that it looks like this:
class CfgPatches
{
    class rhsusf_vehicles
    {
        //code here
    };
    class rhsusf_c_hmmwv
    {
        //code here
    };
};
No tags attached.
Issue History
2015-11-08 12:45ruPaladinNew Issue
2015-11-08 12:47ruPaladinDescription Updatedbug_revision_view_page.php?rev_id=1232#r1232
2015-11-09 10:45reyhardNote Added: 0002732
2015-11-09 10:45reyhardStatusnew => closed
2015-11-09 10:45reyhardAssigned To => reyhard
2015-11-09 10:45reyhardResolutionopen => no change required

Notes
(0002732)
reyhard   
2015-11-09 10:45   
nothing to worry, multi addons in cfgPatches are safe (see AiA TP for example)