From 77cc21f8638427895f8dcfbb5872d01198b29dc3 Mon Sep 17 00:00:00 2001 From: Alex_Z Date: Fri, 21 Jul 2017 16:22:40 +0300 Subject: [PATCH] Update game_support.cpp --- metamod/src/game_support.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metamod/src/game_support.cpp b/metamod/src/game_support.cpp index a11360b..bb29cd1 100644 --- a/metamod/src/game_support.cpp +++ b/metamod/src/game_support.cpp @@ -34,7 +34,7 @@ const game_modinfo_t g_known_games[] = { { "dod", "dod.so", "dod.dll", "Day of Defeat" }, { "dpb", "pb.i386.so", "pb.dll", "Digital Paintball" }, { "dragonmodz", "hl.so", "mp.dll", "Dragon Mod Z" }, - { "esf", "../linuxdll/hl_i386.so", "hl.dll", "Earth's Special Forces (Steam)" }, //workaround + { "esf", "../linuxdll/hl_i386.so", "hl.dll", "Earth's Special Forces (Steam)" }, //workaround { "esf", "hl.so", "hl.dll", "Earth's Special Forces (Old)" }, { "existence", "ex.so", "existence.dll", "Existence" }, { "firearms", "fa.so", "firearms.dll", "Firearms" }, @@ -98,7 +98,7 @@ const game_modinfo_t g_known_games[] = { { "tod", "hl.so", "hl.dll", "Tour of Duty" }, { "trainhunters", "th.so", "th.dll", "Train Hunters" }, { "trevenge", "trevenge.so", "trevenge.dll", "The Terrorist Revenge" }, - { "ts", "ts_i686.so", "mp.dll", "The Specialists" }, + { "ts", "ts_i686.so", "mp.dll", "The Specialists" }, { "ts", "ts_i386.so", "mp.dll", "The Specialists" }, { "tt", "tt.so", "tt.dll", "The Trenches" }, { "underworld", "uw.so", "uw.dll", "Underworld Bloodline" },