From 6e67055b16c1adf9371b3d3232e2fa3354733817 Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 21 Sep 2011 05:48:57 +0000 Subject: [PATCH] oops --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 0eaa870ca9..75faf8ea5f 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -965,7 +965,7 @@ namespace BizHawk.MultiClient } else if (file.Extension.ToLower() == ".cue") { - Disc disc = Disc.FromCuePath(path, Progression.Progress.BeginTaskNull()); + Disc disc = Disc.FromCuePath(path); var hash = disc.GetHash(); game = Database.CheckDatabase(hash); if (game == null)