Skip to content

Commit

Permalink
Merge pull request #2160 from acemod/updatingBaseClass150
Browse files Browse the repository at this point in the history
realisticnames 1.50 Updating Base Class Changes
  • Loading branch information
PabstMirror committed Aug 29, 2015
2 parents 354e441 + ea2dc46 commit 6eba898
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/realisticnames/CfgWeapons.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

class Mode_SemiAuto;
class Mode_FullAuto;

class CfgWeapons {
Expand Down Expand Up @@ -510,14 +510,14 @@ class CfgWeapons {
class player: player {};
};

class cannon_105mm: cannon_120mm {
class cannon_105mm: CannonCore {
displayName = "M68";
class player: player {
class player: Mode_SemiAuto {
displayName = "M68";
};
};

class cannon_125mm: cannon_120mm {
class cannon_125mm: CannonCore {
displayName = "2A46";
};

Expand Down

0 comments on commit 6eba898

Please sign in to comment.