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" },