Merge pull request #1 from Aleks-Z/patch-1

Update game_support.cpp
This commit is contained in:
Alex_Z 2017-07-21 15:51:15 +03:00 committed by GitHub
commit dcf9b32a9c

View File

@ -16,7 +16,7 @@ const game_modinfo_t g_known_games[] = {
{ "asheep", "hl.so", "hl.dll", "Azure Sheep"},
{ "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround
{ "bg", "bg.so", "bg.dll", "The Battle Grounds"},
{ "bhl", "none", "bhl.dll", "Brutal Half-Life" }, //have no linux binary!
{ "bhl", nullptr, "bhl.dll", "Brutal Half-Life" }, //have no linux binary!
{ "bot", "bot.so", "bot.dll", "Bot"},
{ "brainbread", "bb.so", "bb.dll", "Brain Bread"},
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },