diff options
author | p0358 <p0358@users.noreply.github.com> | 2021-12-30 03:26:08 +0100 |
---|---|---|
committer | p0358 <p0358@users.noreply.github.com> | 2021-12-30 03:26:08 +0100 |
commit | 572f4eab6c9fd1098d1945668bfa783bd90aa8d9 (patch) | |
tree | e52322402a5f69b0166fe74d610df77e85bb8d5e /loader_launcher_proxy | |
parent | d2ee389192aa425ef9c81b2c3367ffb0de6976d0 (diff) | |
download | NorthstarLauncher-572f4eab6c9fd1098d1945668bfa783bd90aa8d9.tar.gz NorthstarLauncher-572f4eab6c9fd1098d1945668bfa783bd90aa8d9.zip |
Restore the functionality of arguments from command line
Diffstat (limited to 'loader_launcher_proxy')
-rw-r--r-- | loader_launcher_proxy/dllmain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader_launcher_proxy/dllmain.cpp b/loader_launcher_proxy/dllmain.cpp index 6db50986..7a778208 100644 --- a/loader_launcher_proxy/dllmain.cpp +++ b/loader_launcher_proxy/dllmain.cpp @@ -102,7 +102,6 @@ bool LoadNorthstar() } } - printf("WILL CALL HOOK INIT\n"); ((bool (*)()) Hook_Init)(); return true; } |