From a8d3fa006780f97954df0c08b19d2b93e4f55609 Mon Sep 17 00:00:00 2001 From: STAM Date: Sat, 5 Aug 2017 02:49:56 +0300 Subject: [PATCH] Brutal Half-Life --- metamod/src/game_support.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index 35a49ed..beb0e99 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -13,7 +13,7 @@ const game_modinfo_t g_known_games[] = { { "asheep", nullptr, "hl.dll", "Azure Sheep" }, // have no linux binary found! { "bdef", "server.so", "server.dll", "Base Defense" }, // placed in normal dll folder, 2017y. no workaround. { "bg", "bg.so", "bg.dll", "The Battle Grounds" }, - { "bhl", nullptr, "bhl.dll", "Brutal Half-Life" }, // have no linux binary! + { "bhl", nullptr, "bhl.dll", "Brutal Half-Life" }, // have no linux binary found! { "brainbread", nullptr, "bb.dll", "Brain Bread" }, // have no linux binary found! { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bumpercars", "hl.so", "hl.dll", "Bumper Cars" },