Skip to content

Commit 15cb3a2

Browse files
author
Octalype
committed
Update BASS dynamic linked libraries
1 parent 003a8f5 commit 15cb3a2

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed

Client/loader/MainFunctions.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ void CheckDataFiles(void)
785785
}
786786
}
787787

788-
if (FileSize(PathJoin(strMTASAPath, "MTA", "bass.dll")) != 0x0001A440)
788+
if (FileSize(PathJoin(strMTASAPath, "MTA", "bass.dll")) != 0x0001E69C)
789789
{
790790
DisplayErrorMessageBox(_("Load failed. Please ensure that the latest data files have been installed correctly."), _E("CL17"), "mta-datafiles-missing");
791791
return ExitProcess(EXIT_ERROR);
@@ -843,39 +843,39 @@ void CheckDataFiles(void)
843843
const char* szFilename;
844844
} integrityCheckList[] = {
845845
{
846-
"9586E7BE6AE8016932038932D1417241",
846+
"52C92310A9A351BBC4E1C6A47DDC2744",
847847
"bass.dll",
848848
},
849849
{
850-
"B2E49F0C22C8B7D92D615F942BA19353",
850+
"526E02E9EB8953655EB293D8BAC59C8F",
851851
"bass_aac.dll",
852852
},
853853
{
854-
"569C60F8397C34034E685A303B7404C0",
854+
"3935396799611AD3FDE5A66832D69DD6",
855855
"bass_ac3.dll",
856856
},
857857
{
858-
"0E44BCAC0E940DB2BFB13448E96E4B29",
858+
"C55E0F0FC9F2F4FF91AF7D24551CEBB0",
859859
"bass_fx.dll",
860860
},
861861
{
862-
"50AF8A7D49E83A723ED0F70FB682DCFB",
862+
"437A8DBF495C0161CC889827AF8DBB0C",
863863
"bassflac.dll",
864864
},
865865
{
866-
"BEBA64522AA8265751187E38D1FC0653",
866+
"22D6CD2368A952509B503346F77D6E40",
867867
"bassmidi.dll",
868868
},
869869
{
870-
"99F4F38007D347CEED482B7C04FDD122",
870+
"BCB4A47D5CBF53515AAE135AAA9C1C52",
871871
"bassmix.dll",
872872
},
873873
{
874-
"7B52BE6D702AA590DB57A0E135F81C45",
874+
"5D2FAC97EBA0165DFF8AEFC1E8C97638",
875875
"basswma.dll",
876876
},
877877
{
878-
"38D7679D3B8B6D7F16A0AA9BF2A60043",
878+
"6F26A1A5D165272BA48F45BC0B79750E",
879879
"tags.dll",
880880
},
881881
{
16.6 KB
Binary file not shown.
173 Bytes
Binary file not shown.
-903 Bytes
Binary file not shown.
116 KB
Binary file not shown.
-820 Bytes
Binary file not shown.
14.3 KB
Binary file not shown.
2.15 KB
Binary file not shown.
10.2 KB
Binary file not shown.
773 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)