Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Update Launcher.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
HHCHunter authored Mar 2, 2020
1 parent 1b7707d commit f1f0ce7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Launcher/Launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
#define TARGET_DLL_NAME "HM3CoreKill.dll"
#define TARGET_EXE_NAME "HitmanBloodMoney.exe"

#define CK_AWAIT_TIME 1000 ///Time in ms for CoreKill init process (TODO: Rewrite to IPC in future)
///Time in milliseconds for CoreKill initialize process (TODO: Rewrite to IPC in future)
#define CK_AWAIT_TIME 1000

bool SpawnProcess(const char* processName, const char* basePath, HANDLE& processHandle, DWORD& processId, HANDLE& processMainThread)
{
Expand Down Expand Up @@ -145,4 +146,4 @@ int main(int, char**)
std::cout << "Game process started!\n";
WaitForSingleObject(spawnedHandle, INFINITE);
return 0;
}
}

0 comments on commit f1f0ce7

Please sign in to comment.