fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -104,7 +104,7 @@ class CfgSkeletons
|
||||
"glass4","damageHide",
|
||||
};
|
||||
};
|
||||
class BRAF_LR: Car
|
||||
class braf_lr: Car
|
||||
{
|
||||
skeletonInherit="Car";
|
||||
skeletonBones[]=
|
||||
@@ -464,9 +464,9 @@ class CfgModels
|
||||
};
|
||||
};
|
||||
|
||||
class BRAF_LR: Car
|
||||
class braf_lr: Car
|
||||
{
|
||||
skeletonName = "BRAF_LR";
|
||||
skeletonName = "braf_lr";
|
||||
sectionsInherit = "Car";
|
||||
sections[]=
|
||||
{
|
||||
@@ -648,9 +648,9 @@ class CfgModels
|
||||
};
|
||||
};
|
||||
|
||||
class BRAF_LR_softtop_4d: BRAF_LR {
|
||||
class braf_lr_softtop_4d: braf_lr {
|
||||
|
||||
skeletonName = "BRAF_LR";
|
||||
skeletonName = "braf_lr";
|
||||
sectionsInherit = "Car";
|
||||
sections[]=
|
||||
{
|
||||
@@ -817,9 +817,9 @@ class CfgModels
|
||||
|
||||
};
|
||||
|
||||
class BRAF_LR_softtop_4d_armed: BRAF_LR {
|
||||
class braf_lr_softtop_4d_armed: braf_lr {
|
||||
|
||||
skeletonName = "BRAF_LR";
|
||||
skeletonName = "braf_lr";
|
||||
sectionsInherit = "Car";
|
||||
sections[]=
|
||||
{
|
||||
@@ -986,9 +986,9 @@ class CfgModels
|
||||
|
||||
};
|
||||
|
||||
/*class BRAF_LR_navy: BRAF_LR
|
||||
/*class braf_lr_navy: braf_lr
|
||||
{
|
||||
skeletonName = "BRAF_LR";
|
||||
skeletonName = "braf_lr";
|
||||
sectionsInherit = "Car";
|
||||
sections[]=
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user