mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix compile for clang-cl
Uncomment when this needs to be debugged again
This commit is contained in:
parent
7e24c31e94
commit
1cc71342e8
@ -9,6 +9,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
__int64 __fastcall HCalcPropStaticFrustumCulling(__int64 a1, __int64 a2, unsigned int a3, unsigned int a4, __int64 a5, __int64 a6, __int64 a7)
|
||||
{
|
||||
/*
|
||||
float v9; // xmm6_4
|
||||
char v10; // r13
|
||||
double v11; // xmm7_8
|
||||
@ -343,6 +344,9 @@ __int64 __fastcall HCalcPropStaticFrustumCulling(__int64 a1, __int64 a2, unsigne
|
||||
if (v53)
|
||||
*(_BYTE*)(a1 + 5) &= 0x7Fu;
|
||||
return result;
|
||||
*/
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void BspLib_Attach()
|
||||
|
Loading…
x
Reference in New Issue
Block a user