2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-01-27 14:08:23 +03:00

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
This commit is contained in:
Alex_Z 2017-07-19 23:30:00 +03:00 committed by theAsmodai
parent 5cf552dc8c
commit db11f9830b

View File

@ -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 }