X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=27377d3e9ba44b57b660d9c0aa24ba5321c20452;hb=ac1d7f91183dbf6357baa265ae56b2603f4385c2;hp=bb112696f83a22627358153f194e37ab0719d729;hpb=f138453a7ffa899776bdc36b769e0362cbdaf73b;p=d2df-sdl.git diff --git a/src/game/g_game.pas b/src/game/g_game.pas index bb11269..27377d3 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -931,6 +931,7 @@ begin end else slWaitStr := _lc[I_NET_SLIST_ERROR]; + g_Serverlist_GenerateTable(slCurrent, slTable); end; g_Game_ExecuteEvent('ongameend'); @@ -1690,7 +1691,7 @@ begin end; STATE_SLIST: - g_Serverlist_Control(slCurrent); + g_Serverlist_Control(slCurrent, slTable); end; if g_Game_IsNet then @@ -3769,7 +3770,7 @@ begin //e_DrawFillQuad(0, 0, gScreenWidth-1, gScreenHeight-1, 48, 48, 48, 180); e_DarkenQuadWH(0, 0, gScreenWidth, gScreenHeight, 150); end; - g_Serverlist_Draw(slCurrent); + g_Serverlist_Draw(slCurrent, slTable); end; end;