We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b11c38 commit aa3692aCopy full SHA for aa3692a
Client/multiplayer_sa/CMultiplayerSA_ObjectLODSystem.cpp
@@ -271,8 +271,8 @@ bool IsEntityAccessible(CEntitySAInterface* pEntity)
271
// Hook info
272
#define HOOKPOS_CRenderer_ScanSectorList_EntityCheck 0x554910
273
#define HOOKSIZE_CRenderer_ScanSectorList_EntityCheck 8
274
-DWORD RETURN_CRenderer_ScanSectorList_EntityCheck = 0x554918;
275
-DWORD LOOPBOTTOM_CRenderer_ScanSectorList_EntityCheck = 0x554AD5;
+DWORD RETURN_CRenderer_ScanSectorList_EntityCheck = 0x554918;
+DWORD LOOPBOTTOM_CRenderer_ScanSectorList_EntityCheck = 0x554AD5;
276
static void _declspec(naked) HOOK_CRenderer_ScanSectorList_EntityCheck()
277
{
278
MTA_VERIFY_HOOK_LOCAL_SIZE;
0 commit comments