From ed5370945d531933a1644acd0b5047905d0b1f1c Mon Sep 17 00:00:00 2001 From: giantpune Date: Thu, 18 Jun 2009 07:12:27 +0000 Subject: [PATCH] uncommented some code i forgot about. --- gui.pnproj | 2 +- gui.pnps | 2 +- source/settings/Settings.cpp | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gui.pnproj b/gui.pnproj index a5e741a0..64f4f4b2 100644 --- a/gui.pnproj +++ b/gui.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/gui.pnps b/gui.pnps index bb65b12b..f0591647 100644 --- a/gui.pnps +++ b/gui.pnps @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/settings/Settings.cpp b/source/settings/Settings.cpp index 78d13dac..13ef9f97 100644 --- a/source/settings/Settings.cpp +++ b/source/settings/Settings.cpp @@ -1988,8 +1988,7 @@ int GameSettings(struct discHdr * header) { CFG_forget_game_opt(header->id); CFG_forget_game_num(header->id); - - /*ret = WBFS_RemoveGame(header->id); + ret = WBFS_RemoveGame(header->id); if (ret < 0) { WindowPrompt( @@ -2004,7 +2003,7 @@ int GameSettings(struct discHdr * header) gameName, LANGUAGE.ok,0,0,0); retVal = 1; - }*/ + } break; } else if (choice == 0)