Chicken Fortress 3

This commit is contained in:
STAM 2017-08-05 02:57:31 +03:00 committed by GitHub
parent 3c1127a6e6
commit 6c30b28599

View File

@ -18,7 +18,7 @@ const game_modinfo_t g_known_games[] = {
{ "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" }, { "bshift", "bshift.so", "hl.dll", "Half-Life: Blue Shift" },
{ "bumpercars", nullptr, "hl.dll", "Bumper Cars" }, // have no linux binary found! { "bumpercars", nullptr, "hl.dll", "Bumper Cars" }, // have no linux binary found!
{ "buzzybots", nullptr, "bb.dll", "BuzzyBots" }, // have no linux binary found! { "buzzybots", nullptr, "bb.dll", "BuzzyBots" }, // have no linux binary found!
{ "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, // have no linux binary! { "ckf3", nullptr, "mp.dll", "Chicken Fortress 3" }, // have no linux binary found!, checked all versions (latest - Alpha 4)
{ "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" }, { "cs13", "cs.so", "mp.dll", "Counter-Strike 1.3" },
{ "cstrike", "cs.so", "mp.dll", "Counter-Strike" }, { "cstrike", "cs.so", "mp.dll", "Counter-Strike" },
{ "csv15", "cs.so", "mp.dll", "Counter-Strike 1.5 (Steam)" }, { "csv15", "cs.so", "mp.dll", "Counter-Strike 1.5 (Steam)" },