aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/clientruihooks.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-12 02:33:01 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-12 02:33:01 +0100
commit6768e46b200c63d758bd6e92bd500f3c754c3245 (patch)
tree47a0e90999cd8fc933301197f7104a94d567471c /NorthstarDedicatedTest/clientruihooks.cpp
parent8a33725513d7dae6a0be3b8366976e17661d2e2e (diff)
downloadNorthstarLauncher-6768e46b200c63d758bd6e92bd500f3c754c3245.tar.gz
NorthstarLauncher-6768e46b200c63d758bd6e92bd500f3c754c3245.zip
formatting changes
Diffstat (limited to 'NorthstarDedicatedTest/clientruihooks.cpp')
-rw-r--r--NorthstarDedicatedTest/clientruihooks.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/clientruihooks.cpp b/NorthstarDedicatedTest/clientruihooks.cpp
index c34207dc..0f48ced7 100644
--- a/NorthstarDedicatedTest/clientruihooks.cpp
+++ b/NorthstarDedicatedTest/clientruihooks.cpp
@@ -7,7 +7,6 @@ ConVar* Cvar_rui_drawEnable;
typedef char (*DrawRUIFuncType)(void* a1, float* a2);
DrawRUIFuncType DrawRUIFunc;
-
char DrawRUIFuncHook(void* a1, float* a2)
{
if (!Cvar_rui_drawEnable->GetBool())