From 62b062df6aac00da168f9b64df4d75ed734d6f4e Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 19 May 2022 19:37:54 +0200 Subject: [PATCH] Mat_CrossHair_f works and CMaterialGlue structure aligns --- r5dev/vstdlib/callback.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/r5dev/vstdlib/callback.cpp b/r5dev/vstdlib/callback.cpp index ede0701d..23deebf4 100644 --- a/r5dev/vstdlib/callback.cpp +++ b/r5dev/vstdlib/callback.cpp @@ -842,7 +842,6 @@ Mat_CrossHair_f */ void Mat_CrossHair_f(const CCommand& args) { -#if defined (GAMEDLL_S3) // [ PIXIE ]: Verification needed for earlier seasons if CMaterialGlue matches. CMaterialGlue* material = GetMaterialAtCrossHair(); if (material) { @@ -886,6 +885,5 @@ void Mat_CrossHair_f(const CCommand& args) { DevMsg(eDLL_T::MS, "No Material found >:(\n"); } -#endif } #endif // !DEDICATED \ No newline at end of file