From 4f1b1791bc932880345ae57e6fdeea9e95cc0ea3 Mon Sep 17 00:00:00 2001 From: Unreal Karaulov Date: Mon, 11 Mar 2024 17:50:47 +0300 Subject: [PATCH] Update main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index a7e16565..dcc3c816 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,7 +91,7 @@ // Removing HULL 0 from solid model crashes game when standing on it -std::string g_version_string = "NewBSPGuy v4.21"; +std::string g_version_string = "NewBSPGuy v4.21fix"; bool g_verbose = false;