mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Mat_CrossHair_f works and CMaterialGlue structure aligns
This commit is contained in:
parent
02744e2569
commit
62b062df6a
@ -842,7 +842,6 @@ Mat_CrossHair_f
|
|||||||
*/
|
*/
|
||||||
void Mat_CrossHair_f(const CCommand& args)
|
void Mat_CrossHair_f(const CCommand& args)
|
||||||
{
|
{
|
||||||
#if defined (GAMEDLL_S3) // [ PIXIE ]: Verification needed for earlier seasons if CMaterialGlue matches.
|
|
||||||
CMaterialGlue* material = GetMaterialAtCrossHair();
|
CMaterialGlue* material = GetMaterialAtCrossHair();
|
||||||
if (material)
|
if (material)
|
||||||
{
|
{
|
||||||
@ -886,6 +885,5 @@ void Mat_CrossHair_f(const CCommand& args)
|
|||||||
{
|
{
|
||||||
DevMsg(eDLL_T::MS, "No Material found >:(\n");
|
DevMsg(eDLL_T::MS, "No Material found >:(\n");
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif // !DEDICATED
|
#endif // !DEDICATED
|
Loading…
x
Reference in New Issue
Block a user