From 4de5a3b6504a13a73002f2f3b169ecc67c621633 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Fri, 15 Sep 2023 17:06:32 -0700 Subject: [PATCH] Synched gist at Fri Sep 15 17:06:32 PDT 2023 --- Half-Life.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Half-Life.md b/Half-Life.md index 5169cc6..0832a5c 100644 --- a/Half-Life.md +++ b/Half-Life.md @@ -18,7 +18,7 @@ The only solution is to open the console and to issue `quit`. ## SDK: Outdated code The code at https://github.com/ValveSoftware/halflife seems to be outdated. -If you manage to fix up and compile the code (newer toolchain/buildsystem would be appreciated) under Linux, you'll notice how the mouse input code within cl_dll/in_camera.cpp will need to be updated quite heavily in order for mouse input to work properly. +If you [manage to fix up and compile the code](https://github.com/ValveSoftware/halflife/issues/3133) (newer toolchain/buildsystem would be appreciated) under Linux, you'll notice how the mouse input code within cl_dll/in_camera.cpp will need to be updated quite heavily in order for mouse input to work properly. Someone has already drafted a Pull Request for this years ago: https://github.com/ValveSoftware/halflife/pull/1900