tmp64 / BugfixedHL-Rebased

Bugfixed and improved Half-Life
GNU General Public License v3.0
108 stars 22 forks source link

Client: Use ShellExecuteA instead of CreateProcess for opening notepad.exe #168

Closed ScriptedSnark closed 1 year ago

ScriptedSnark commented 1 year ago

Due to CreateProcess, Steam counts notepad.exe as game (child process) after crashing. This commit fixes this behavior.

tmp64 commented 1 year ago

Thanks!