don't resume tcp thread when pressing network button

This commit is contained in:
Christopher Roy Bratusek 2012-04-13 21:42:26 +02:00
parent fbeb63b582
commit 7f50b5bda2
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

View File

@ -633,7 +633,6 @@ int MenuMain()
if((IsNetworkInit())&&(!IsNetworkHalted()))
{
network_Btn.SetImage(&network_BtnImgOver);
ResumeTcpThread();
if(boot_buffer)
menu = MENU_EXIT;
}