Fix func_tank_of base class (#338)

This commit is contained in:
Roman Chistokhodov 2022-10-14 12:57:07 +03:00 committed by GitHub
parent 5c51c7ca95
commit 6e8340e9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
//=========================================================
// CFuncTankOF
//=========================================================
class CFuncTankOF : public CFuncTank
class CFuncTankOF : public CFuncTankGun
{
public:
@ -78,4 +78,4 @@ public:
};
LINK_ENTITY_TO_CLASS(func_tankcontrols_of, CFuncTankControlsOF);
LINK_ENTITY_TO_CLASS(func_tankcontrols_of, CFuncTankControlsOF);