X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_netmaster.pas;h=9e96a451f43f07326a693a2b78775945899ad2ea;hb=f924968c450e1dc566b3abdde8d2aeac4de11fd0;hp=27eefa480656fea25a50ebe20af19d9c96904193;hpb=082b546b38711030b4490facbefa37a331cb1a37;p=d2df-sdl.git diff --git a/src/game/g_netmaster.pas b/src/game/g_netmaster.pas index 27eefa4..9e96a45 100644 --- a/src/game/g_netmaster.pas +++ b/src/game/g_netmaster.pas @@ -125,7 +125,7 @@ begin if not g_Net_Slist_Connect then Exit; - e_WriteLog('Fetching serverlist...', MSG_NOTIFY); + e_WriteLog('Fetching serverlist...', TMsgType.Notify); g_Console_Add(_lc[I_NET_MSG] + _lc[I_NET_SLIST_FETCH]); NetOut.Clear(); @@ -376,7 +376,7 @@ begin begin enet_address_set_host(@NetSlistAddr, PChar(Addr(IP[1]))); NetSlistAddr.Port := Port; - e_WriteLog('Masterserver address set to ' + IP + ':' + IntToStr(Port), MSG_NOTIFY); + e_WriteLog('Masterserver address set to ' + IP + ':' + IntToStr(Port), TMsgType.Notify); end; end;