diff options
author | unknown <for.oliver.kirkham@gmail.com> | 2023-02-10 23:11:26 +0000 |
---|---|---|
committer | unknown <for.oliver.kirkham@gmail.com> | 2023-02-10 23:11:26 +0000 |
commit | f30f6b002646bbb0bb0a78ed0e253de0ae371c68 (patch) | |
tree | e290f48bea79e60ef56f51c2759863abe88a8e4e | |
parent | ebd11ad933320de70baa54c06a7ee8df912b548d (diff) | |
download | NorthstarLauncher-f30f6b002646bbb0bb0a78ed0e253de0ae371c68.tar.gz NorthstarLauncher-f30f6b002646bbb0bb0a78ed0e253de0ae371c68.zip |
fix build issues oops
-rw-r--r-- | NorthstarDLL/engine/hoststate.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/NorthstarDLL/engine/hoststate.cpp b/NorthstarDLL/engine/hoststate.cpp index c7775ac0..db05dd36 100644 --- a/NorthstarDLL/engine/hoststate.cpp +++ b/NorthstarDLL/engine/hoststate.cpp @@ -195,7 +195,4 @@ ON_DLL_LOAD_RELIESON("engine.dll", HostState, ConVar, (CModule module)) AUTOHOOK_DISPATCH() g_pHostState = module.Offset(0x7CF180).As<CHostState*>(); - Cvar_hostport = module.Offset().As<ConVar*>(); - - _Cmd_Exec_f = module.Offset().As<void (*__fastcall)(const CCommand&, bool, bool)>(); } |