fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class BRAF_Sounds
|
||||
class braf_sounds
|
||||
{
|
||||
author = "BRAF Team";
|
||||
author = "BRAF TEAM";
|
||||
requiredAddons[] =
|
||||
{
|
||||
"A3_Air_F",
|
||||
@@ -18,25 +18,25 @@ class CfgSounds
|
||||
{
|
||||
class Doors
|
||||
{
|
||||
sound[] = {"braf\braf_sounds\General\Heli_doors.ogg", 50, 1, 5};
|
||||
sound[] = {"braf\braf_sounds\general\heli_doors.ogg", 50, 1, 5};
|
||||
name = "Doors";
|
||||
titles[] = {};
|
||||
};
|
||||
class EFS
|
||||
{
|
||||
sound[] = {"braf\braf_sounds\General\Heli_EFS.ogg", 50, 1, 5};
|
||||
sound[] = {"braf\braf_sounds\general\heli_efs.ogg", 50, 1, 5};
|
||||
name = "EFS";
|
||||
titles[] = {};
|
||||
};
|
||||
class Winch
|
||||
{
|
||||
sound[] = {"braf\braf_sounds\General\Heli_hoist.ogg", 25, 1, 2.5};
|
||||
sound[] = {"braf\braf_sounds\general\heli_hoist.ogg", 25, 1, 2.5};
|
||||
name = "Winch";
|
||||
titles[] = {};
|
||||
};
|
||||
class Siren
|
||||
{
|
||||
sound[] = {"braf\braf_sounds\General\siren.ogg", 50, 1, 5};
|
||||
sound[] = {"braf\braf_sounds\general\siren.ogg", 50, 1, 5};
|
||||
name = "Siren";
|
||||
titles[] = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user