Skip to content

Commit d084246

Browse files
authored
Addendum to db63a1d: Correct documentation (that, and commit desc, was wrong: 0x0002A733 = 0x0001F4B3)
1 parent 659c26d commit d084246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/loader/MainFunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ void CheckDataFiles()
10361036
};
10371037

10381038
static const SIncompatibleVersion incompatibleVersions[] = {
1039-
{6, 3, 9600, 17415}, // This d3d9.dll always crashes the user @ 0x0002A733 (CreateSurfaceLH). Furthermore, it's not a graphical mod or functional. Some GTA:SA distributor just placed their own, outdated Win7 DLL in the folder.
1039+
{6, 3, 9600, 17415}, // This d3d9.dll always crashes the user @ 0x0001F4B3 (CreateSurfaceLH). Furthermore, it's not a graphical mod or functional. Some GTA:SA distributor just placed their own, outdated Win7 DLL in the folder.
10401040
};
10411041

10421042
static bool bChecked = false;

0 commit comments

Comments
 (0)