Skip to content

Commit

Permalink
Fix game freeze & updated BASS libraries (multitheftauto#1761)
Browse files Browse the repository at this point in the history
see PR for changelog
  • Loading branch information
Dutchman101 authored Oct 26, 2020
1 parent d2a906d commit ce9de5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client/loader/MainFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,10 +832,10 @@ void CheckDataFiles()
{
const char* szMd5;
const char* szFilename;
} integrityCheckList[] = {{"DF51D99AFA46AE359FDFCE18966F0078", "bass.dll"},
{"1427B642B1E10B15E84C10FF43B1D8A5", "bass_aac.dll"},
} integrityCheckList[] = {{"07668DD2BA04DBD5E826A14C25972B2C", "bass.dll"},
{"0867D67B8F5A822D20EDA6D55ADE0089", "bass_aac.dll"},
{"BD43C88917D6234FF962B6E88B648B8C", "bass_ac3.dll"},
{"27D2069B89AA55C21DB23C835AA90730", "bass_fx.dll"},
{"03FB421991634C85D7AA7A914506381E", "bass_fx.dll"},
{"FFC2CA817B012FECE4CF62BB85162E68", "bassflac.dll"},
{"0140838049533F988D8845AE522589FA", "bassmidi.dll"},
{"7B00E76ABC6128AE2B29B2B7F77F49FC", "bassmix.dll"},
Expand Down
Binary file modified Shared/data/MTA San Andreas/MTA/bass.dll
Binary file not shown.
Binary file modified Shared/data/MTA San Andreas/MTA/bass_aac.dll
Binary file not shown.
Binary file modified Shared/data/MTA San Andreas/MTA/bass_fx.dll
Binary file not shown.

0 comments on commit ce9de5d

Please sign in to comment.