diff options
Diffstat (limited to 'NorthstarDLL/host.cpp')
-rw-r--r-- | NorthstarDLL/host.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/host.cpp b/NorthstarDLL/host.cpp index dc09cf48..74dad785 100644 --- a/NorthstarDLL/host.cpp +++ b/NorthstarDLL/host.cpp @@ -66,6 +66,6 @@ void,, (bool bDedicated)) } ON_DLL_LOAD("engine.dll", Host_Init, (CModule module)) -{ +{ AUTOHOOK_DISPATCH() } |