From db11f9830bbf8006ed08adca453a3e2dc831fe2b Mon Sep 17 00:00:00 2001 From: Alex_Z Date: Wed, 19 Jul 2017 23:30:00 +0300 Subject: [PATCH] The Specialists and Earth's Special Forces Support (#16) * The Specialists and Earth's Special Forces Support Add support games : - The Specialists - Earth's Special Forces * Fix PR --- metamod/src/game_support.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index 397eb6b..2fb74f4 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -23,6 +23,8 @@ const game_modinfo_t g_known_games[] = { { "gearbox", "opfor.so", "opfor.dll", "Opposing Force" }, { "ns", "ns.so", "ns.dll", "Natural Selection" }, { "nsp", "ns.so", "ns.dll", "Natural Selection Beta" }, + { "ts", "ts_i386.so", "mp.dll", "The Specialists" }, + { "esf", "hl_i386.so", "hl.dll", "Earth's Special Forces" }, // End of list terminator: { nullptr, nullptr, nullptr, nullptr }