Update game_support.cpp

This commit is contained in:
Alex_Z 2017-07-21 15:49:27 +03:00 committed by GitHub
parent fb3bfb7c76
commit 2c04ec765e

View File

@ -16,7 +16,7 @@ const game_modinfo_t g_known_games[] = {
{ "asheep", "hl.so", "hl.dll", "Azure Sheep"}, { "asheep", "hl.so", "hl.dll", "Azure Sheep"},
{ "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround { "bdef", "../cl_dlls/server.so", "../cl_dlls/server.dll", "Base Defense" }, //workaround
{ "bg", "bg.so", "bg.dll", "The Battle Grounds"}, { "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"}, { "bot", "bot.so", "bot.dll", "Bot"},
{ "brainbread", "bb.so", "bb.dll", "Brain Bread"}, { "brainbread", "bb.so", "bb.dll", "Brain Bread"},
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },