aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 70462e34..303afcfc 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -38,6 +38,7 @@ BOOL APIENTRY DllMain( HMODULE hModule,
void InitialiseNorthstar()
{
InitialiseLogging();
+
// apply initial hooks
InstallInitialHooks();
InitialiseInterfaceCreationHooks();
@@ -58,6 +59,6 @@ void InitialiseNorthstar()
AddDllLoadCallback("filesystem_stdio.dll", InitialiseFilesystem);
- // do this after all the other callbacks
+ // mod manager after everything else
AddDllLoadCallback("engine.dll", InitialiseModManager);
} \ No newline at end of file