Skip to content

Commit aa3692a

Browse files
committed
Run utils/clang-format.ps1
1 parent 5b11c38 commit aa3692a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/multiplayer_sa/CMultiplayerSA_ObjectLODSystem.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ bool IsEntityAccessible(CEntitySAInterface* pEntity)
271271
// Hook info
272272
#define HOOKPOS_CRenderer_ScanSectorList_EntityCheck 0x554910
273273
#define HOOKSIZE_CRenderer_ScanSectorList_EntityCheck 8
274-
DWORD RETURN_CRenderer_ScanSectorList_EntityCheck = 0x554918;
275-
DWORD LOOPBOTTOM_CRenderer_ScanSectorList_EntityCheck = 0x554AD5;
274+
DWORD RETURN_CRenderer_ScanSectorList_EntityCheck = 0x554918;
275+
DWORD LOOPBOTTOM_CRenderer_ScanSectorList_EntityCheck = 0x554AD5;
276276
static void _declspec(naked) HOOK_CRenderer_ScanSectorList_EntityCheck()
277277
{
278278
MTA_VERIFY_HOOK_LOCAL_SIZE;

0 commit comments

Comments
 (0)