From f85feab68e96491e75bcd82240b3a22ed2c67cc2 Mon Sep 17 00:00:00 2001 From: In-line Date: Tue, 11 Jul 2017 22:34:01 +0400 Subject: [PATCH] Fix accuracy, improve bullet physics. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb210d8..62d670e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Reverse-engineered (and bugfixed) HLDS ## What is this? -Rehlds is a result of reverse engineering of original HLDS (build 6152/6153) using DWARF debug info embedded into linux version of HLDS, engine_i486.so +ReHLDS is a result of reverse engineering of original HLDS (build 6152/6153) using DWARF debug info embedded into linux version of HLDS, engine_i486.so Along with reverse engineering, a lot of defects and (potential) bugs were found and fixed