We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6ce60 commit 3f1178eCopy full SHA for 3f1178e
src/xrGame/WeaponPistol.h
@@ -1,10 +1,9 @@
1
#pragma once
2
-//#include "WeaponCustomPistol.h"
3
-#include "WeaponCustomPistolAuto.h"
+#include "WeaponCustomPistol.h"
4
5
-class CWeaponPistol : public CWeaponCustomPistolAuto
+class CWeaponPistol : public CWeaponCustomPistol
6
{
7
- using inherited = CWeaponCustomPistolAuto;
+ using inherited = CWeaponCustomPistol;
8
9
public:
10
CWeaponPistol();
0 commit comments