File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1035,10 +1035,10 @@ void CheckDataFiles()
10351035 };
10361036
10371037 static const SIncompatibleVersion incompatibleVersions[] = {
1038- // The below entry (D3D9.dll 6.3.9600.17415) always crashes the user @ 0x0002A733 (CreateSurfaceLH).
1038+ // The below entry (D3D9.dll 6.3.9600.17415) always crashes the user @ 0x0001F4B3 (CreateSurfaceLH).
10391039 // Furthermore, it's not a graphical mod or functional. Some GTA:SA distributor just placed their own, outdated Win7 DLL in the folder.
10401040 {6 , 3 , 9600 , 17415 },
1041- // The below entry (D3D9.dll 0.3.1.3) is a fully incompatible, modified ENB version ("DirectX 2.0") that crashes the user.
1041+ // The below entry (D3D9.dll 0.3.1.3) is a fully incompatible, modified ENB version ("DirectX 2.0") that crashes the user @ 0002A733
10421042 {0 , 3 , 1 , 3 },
10431043 };
10441044
You can’t perform that action at this time.
0 commit comments