Skip to content

Commit

Permalink
Add realistic names for LDF statics
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb432 committed Dec 26, 2024
1 parent 35ede7c commit e6bd4d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/realisticnames/CfgVehicles.hpp
Original file line number Diff line number Diff line change
@@ -21,6 +21,9 @@ class CfgVehicles {
class I_static_AT_F: AT_01_base_F {
displayName = CSTRING(static_AT_Name);
};
class I_E_Static_AT_F: I_static_AT_F {
displayName = CSTRING(static_AT_Name);
};

class AA_01_base_F;
class B_static_AA_F: AA_01_base_F {
@@ -32,6 +35,9 @@ class CfgVehicles {
class I_static_AA_F: AA_01_base_F {
displayName = CSTRING(static_AA_Name);
};
class I_E_Static_AA_F: I_static_AA_F {
displayName = CSTRING(static_AA_Name);
};

class GMG_TriPod;
class GMG_01_base_F: GMG_TriPod {

0 comments on commit e6bd4d0

Please sign in to comment.