From f155291139054d78041bde6a885afe8c27391f85 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 17 Mar 2022 12:18:08 -0700 Subject: [PATCH] Update comments after confirmation of existence --- BurnOutSharp/ProtectionType/Tages.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BurnOutSharp/ProtectionType/Tages.cs b/BurnOutSharp/ProtectionType/Tages.cs index 79b89833..18e40495 100644 --- a/BurnOutSharp/ProtectionType/Tages.cs +++ b/BurnOutSharp/ProtectionType/Tages.cs @@ -84,7 +84,7 @@ namespace BurnOutSharp.ProtectionType new PathMatch("Wave.axt", useEndsWith: true), }, "TAGES"), - // Currently only known to exist in "XIII" and (presumably) "Beyond Good & Evil". + // Currently only known to exist in "XIII" and "Beyond Good & Evil". new PathMatchSet(new List { new PathMatch("enodpl.sys", useEndsWith: true), @@ -145,7 +145,7 @@ namespace BurnOutSharp.ProtectionType // new PathMatchSet(new PathMatch("Wave.apt", useEndsWith: true), "TAGES Driver"), // new PathMatchSet(new PathMatch("Wave.axt", useEndsWith: true), "TAGES Driver"), - // Currently only known to exist in "XIII" and (presumably) "Beyond Good & Evil". + // Currently only known to exist in "XIII" and "Beyond Good & Evil". new PathMatchSet(new PathMatch("enodpl.sys", useEndsWith: true), "TAGES NT Driver"), new PathMatchSet(new PathMatch("ENODPL.VXD", useEndsWith: true), "TAGES 9x Driver"), new PathMatchSet(new PathMatch("tandpl.sys", useEndsWith: true), "TAGES NT Driver"),