From 210c7b8785779a621f608540571513efcca1021a Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Thu, 27 Aug 2020 20:27:28 +0300 Subject: bike shooting fix + trace temp fix --- src/render/SpecialFX.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/render/SpecialFX.h') diff --git a/src/render/SpecialFX.h b/src/render/SpecialFX.h index 3255c9c1..55ad6cb9 100644 --- a/src/render/SpecialFX.h +++ b/src/render/SpecialFX.h @@ -60,7 +60,10 @@ public: //TODO(MIAMI) static void AddTrace(CVector *, CVector *, float, unsigned int, unsigned char) {} - static void AddTrace(CVector *, CVector *, int32 weapontype, class CEntity *shooter) {} + static void AddTrace(CVector *a, CVector *b, int32 weapontype, class CEntity *shooter) + { + AddTrace(a, b); //TODO: temp + } }; enum -- cgit v1.2.3