Skip to content

Commit 3f1178e

Browse files
committed
Fix pistol fire mode
1 parent 4f6ce60 commit 3f1178e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/xrGame/WeaponPistol.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#pragma once
2-
//#include "WeaponCustomPistol.h"
3-
#include "WeaponCustomPistolAuto.h"
2+
#include "WeaponCustomPistol.h"
43

5-
class CWeaponPistol : public CWeaponCustomPistolAuto
4+
class CWeaponPistol : public CWeaponCustomPistol
65
{
7-
using inherited = CWeaponCustomPistolAuto;
6+
using inherited = CWeaponCustomPistol;
87

98
public:
109
CWeaponPistol();

0 commit comments

Comments
 (0)