aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/clientruihooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/clientruihooks.cpp')
-rw-r--r--NorthstarDLL/clientruihooks.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/NorthstarDLL/clientruihooks.cpp b/NorthstarDLL/clientruihooks.cpp
index 9d6562d2..3cb08368 100644
--- a/NorthstarDLL/clientruihooks.cpp
+++ b/NorthstarDLL/clientruihooks.cpp
@@ -5,8 +5,10 @@ AUTOHOOK_INIT()
ConVar* Cvar_rui_drawEnable;
+// clang-format off
AUTOHOOK(DrawRUIFunc, engine.dll + 0xFC500,
-bool,, (void* a1, float* a2))
+bool, __fastcall, (void* a1, float* a2))
+// clang-format on
{
if (!Cvar_rui_drawEnable->GetBool())
return 0;