Skip to content

Commit 32d4acb

Browse files
authored
Addendum #3 to db63a1: Fix offset notes (1 regressed, 1 missing)
1 parent f923b94 commit 32d4acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/loader/MainFunctions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,10 +1036,10 @@ void CheckDataFiles()
10361036
};
10371037

10381038
        static const SIncompatibleVersion incompatibleVersions[] = {
1039-
            // The below entry (D3D9.dll 6.3.9600.17415) always crashes the user @ 0x0002A733 (CreateSurfaceLH).
1039+
            // The below entry (D3D9.dll 6.3.9600.17415) always crashes the user @ 0x0001F4B3 (CreateSurfaceLH).
10401040
            // Furthermore, it's not a graphical mod or functional. Some GTA:SA distributor just placed their own, outdated Win7 DLL in the folder.
10411041
            {6, 3, 9600, 17415},
1042-
            // The below entry (D3D9.dll 0.3.1.3) is a fully incompatible, modified ENB version ("DirectX 2.0") that crashes the user.
1042+
            // The below entry (D3D9.dll 0.3.1.3) is a fully incompatible, modified ENB version ("DirectX 2.0") that crashes the user @ 0002A733
10431043
            {0, 3, 1, 3},
10441044
        };
10451045

0 commit comments

Comments
 (0)