File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2205,7 +2205,7 @@ void CBaseGamesPage::ServerResponded( newgameserver_t &server )
22052205{
22062206 Msg (" Serverbrowser: hostname %s\n " , server.GetName ());
22072207
2208- Assert ( server.m_NetAdr .GetIP () != 0 );
2208+ Assert ( server.m_NetAdr .GetIPHostByteOrder () != 0 );
22092209
22102210 newgameserver_t *pServerItem = &server;
22112211
Original file line number Diff line number Diff line change @@ -1465,7 +1465,7 @@ void Panel::SetParent(VPANEL newParent)
14651465 if ( ipanel ()->IsProportional (GetVParent ()) )
14661466 SetProportional (true );
14671467
1468- if ( IsPopup () )
1468+ if ( ! IsPopup () )
14691469 {
14701470 // most of the time KBInput == parents kbinput
14711471 if (ipanel ()->IsKeyBoardInputEnabled (GetVParent ()) != IsKeyBoardInputEnabled ())
You can’t perform that action at this time.
0 commit comments