X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_game.pas;h=6cbd3e4eddfab3d676657a20e6e71619ce551f12;hb=c1a1cdafd1d0e3f877a20994b57fdb389373d1d4;hp=12e8798431cbbeb7810b3218322a800d75a09c8f;hpb=46d87ecd18913c7ef6b8ec4c549188df30c9fd80;p=d2df-sdl.git diff --git a/src/game/g_game.pas b/src/game/g_game.pas index 12e8798..6cbd3e4 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -22,7 +22,7 @@ uses SysUtils, Classes, MAPDEF, g_basic, g_player, e_graphics, g_res_downloader, - g_sound, g_gui, utils, md5, xprofiler; + g_sound, g_gui, utils, md5, mempool, xprofiler; type TGameSettings = record @@ -1541,6 +1541,8 @@ var reliableUpdate: Boolean; begin g_ResetDynlights(); + framePool.reset(); + // Ïîðà âûêëþ÷àòü èãðó: if gExit = EXIT_QUIT then Exit;