From 75e39c33fd0229d0787d33d7732a1dfe2ce77ac5 Mon Sep 17 00:00:00 2001 From: "ALLEN-PC\\acj30" Date: Tue, 24 Oct 2023 22:07:35 -0500 Subject: [PATCH] Fix Linux compile for custom weapons --- sp/src/game/server/mapbase/custom_weapon_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/server/mapbase/custom_weapon_factory.h b/sp/src/game/server/mapbase/custom_weapon_factory.h index 838fd695..3abb17ed 100644 --- a/sp/src/game/server/mapbase/custom_weapon_factory.h +++ b/sp/src/game/server/mapbase/custom_weapon_factory.h @@ -92,7 +92,7 @@ template class CDefaultCustomWeaponEntityFactory : public CCustomWeaponEntityFactoryBase { public: - CDefaultCustomWeaponEntityFactory(const char *pFactoryClass) : CCustomWeaponEntityFactoryBase(pFactoryClass) + CDefaultCustomWeaponEntityFactory(const char *pFactoryClass) : CCustomWeaponEntityFactoryBase(pFactoryClass) {} virtual const void* ParseDataFromWeaponFile(KeyValues* pKV) const