touch: replace static arrays with linked list

This commit is contained in:
nillerusr
2021-10-13 18:18:36 +03:00
parent 63e458ef84
commit 977bac3205
6 changed files with 197 additions and 164 deletions

View File

@@ -1206,7 +1206,8 @@ void CHLClient::Shutdown( void )
gHUD.Shutdown();
VGui_Shutdown();
gTouch.Shutdown();
ParticleMgr()->Term();
vgui::BuildGroup::ClearResFileCache();