Fixed typo.

This commit is contained in:
kylethomson 2012-01-23 00:18:23 +00:00
parent 7ac7f335f9
commit a36005e8fc
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ namespace BizHawk.MultiClient
{ {
Global.MovieSession = new MovieSession(); Global.MovieSession = new MovieSession();
Global.MovieSession.Movie = new Movie(); Global.MovieSession.Movie = new Movie();
MainWait = new AutoResetEvent(false); MainWait = new AutoResetEvent(false);
Icon = BizHawk.MultiClient.Properties.Resources.logo; Icon = BizHawk.MultiClient.Properties.Resources.logo;
InitializeComponent(); InitializeComponent();
Global.Game = GameInfo.GetNullGame(); Global.Game = GameInfo.GetNullGame();
@ -991,7 +991,7 @@ namespace BizHawk.MultiClient
} }
else if (file.Extension.ToLower() == ".cue") else if (file.Extension.ToLower() == ".cue")
{ {
Disc disc = Disc.FromCuePath(path, new CueBinPrefs()); Disc disc = Disc.FromCuePath(path);
var hash = disc.GetHash(); var hash = disc.GetHash();
game = Database.CheckDatabase(hash); game = Database.CheckDatabase(hash);
if (game == null) if (game == null)