Brain Bread

This commit is contained in:
STAM 2017-08-05 02:48:18 +03:00 committed by GitHub
parent 0c297617c0
commit 36164db5e9

View File

@ -14,7 +14,7 @@ const game_modinfo_t g_known_games[] = {
{ "bdef", "server.so", "server.dll", "Base Defense" }, // placed in normal dll folder, 2017y. no workaround. { "bdef", "server.so", "server.dll", "Base Defense" }, // placed in normal dll folder, 2017y. no workaround.
{ "bg", "bg.so", "bg.dll", "The Battle Grounds" }, { "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!
{ "brainbread", "bb.so", "bb.dll", "Brain Bread" }, { "brainbread", nullptr, "bb.dll", "Brain Bread" }, // have no linux binary found!
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },
{ "bumpercars", "hl.so", "hl.dll", "Bumper Cars" }, { "bumpercars", "hl.so", "hl.dll", "Bumper Cars" },
{ "buzzybots", "bb.so", "bb.dll", "BuzzyBots" }, { "buzzybots", "bb.so", "bb.dll", "BuzzyBots" },