Browse Source

Fix func_tank_of base class (#338)

opfor
Roman Chistokhodov 2 years ago committed by GitHub
parent
commit
6e8340e9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/gearbox/func_tank_of.cpp

2
dlls/gearbox/func_tank_of.cpp

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
//=========================================================
// CFuncTankOF
//=========================================================
class CFuncTankOF : public CFuncTank
class CFuncTankOF : public CFuncTankGun
{
public:

Loading…
Cancel
Save