diff options
-rw-r--r-- | NorthstarDLL/clientvideooverrides.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/clientvideooverrides.cpp b/NorthstarDLL/clientvideooverrides.cpp index b9954bf2..e4d96ff5 100644 --- a/NorthstarDLL/clientvideooverrides.cpp +++ b/NorthstarDLL/clientvideooverrides.cpp @@ -32,7 +32,7 @@ void*, __fastcall, (const char* path, uint32_t flags)) return BinkOpen(path, flags); } -ON_DLL_LOAD_CLIENT("client.dll", BinkVideo, (CModule module)) +ON_DLL_LOAD_CLIENT("engine.dll", BinkVideo, (CModule module)) { AUTOHOOK_DISPATCH() |