From f2e670bd32fc291dbb6a4b45c08cb8f2d94a6bc8 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 2 Sep 2022 00:38:07 +0200 Subject: Refactor cleanup (some formatting fixes) (#257) * Fix some formatting * More formatting fixes --- NorthstarDLL/r2engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDLL/r2engine.cpp') diff --git a/NorthstarDLL/r2engine.cpp b/NorthstarDLL/r2engine.cpp index 5a5568c1..4807a174 100644 --- a/NorthstarDLL/r2engine.cpp +++ b/NorthstarDLL/r2engine.cpp @@ -28,7 +28,7 @@ ON_DLL_LOAD("engine.dll", R2Engine, (CModule module)) g_pEngine = module.Offset(0x7D70C8).Deref().As(); // new - CBaseClient__Disconnect = module.Offset(0x1012C0).As(); + CBaseClient__Disconnect = module.Offset(0x1012C0).As(); g_pClientArray = module.Offset(0x12A53F90).As(); g_pServerState = module.Offset(0x12A53D48).As(); -- cgit v1.2.3