QTfrontend/hwform.cpp
changeset 1872 abfce825a14f
parent 1860 ce140b2b928a
child 1873 815a3ff1fe4b
equal deleted inserted replaced
1871:ce5854fbc631 1872:abfce825a14f
   333 	
   333 	
   334 	if ((!hwnet) || (!hwnet->isInRoom()))
   334 	if ((!hwnet) || (!hwnet->isInRoom()))
   335 		if (id == ID_PAGE_NETGAME || id == ID_PAGE_NETGAME)
   335 		if (id == ID_PAGE_NETGAME || id == ID_PAGE_NETGAME)
   336 			GoBack();
   336 			GoBack();
   337 
   337 
   338 	if ((id == ID_PAGE_NET) && (curid != ID_PAGE_CONNECTING)) {
   338 	if (id == ID_PAGE_NET) {
   339 		if(hwnet || pnetserver) NetDisconnect();
   339 		if(hwnet || pnetserver) NetDisconnect();
   340 	}
   340 	}
   341 }
   341 }
   342 
   342 
   343 void HWForm::btnExitPressed()
   343 void HWForm::btnExitPressed()