properly implement restarthbf option

This commit is contained in:
Christopher Roy Bratusek 2012-08-26 18:22:14 +02:00
parent 966ab01ab7
commit d3c43babf2

View File

@ -7,6 +7,7 @@
#include "Tools/SelectIos.h"
extern bool runaway;
extern bool restarthbf;
/*** Extern variables ***/
extern GuiWindow * mainWindow;
@ -128,7 +129,7 @@ endPrompt()
if(hbf.GetState() == STATE_CLICKED)
{
WII_LaunchTitle(0x0001000154484246);
restarthbf = true;
menu = MENU_EXIT;
stop = true;
}