Skip to content

Commit d585ea6

Browse files
committed
Addendum to db63a1d: Correct documentation (that, and commit desc, was wrong: 0x0002A733 = 0x0001F4B3)
1 parent 86e63cb commit d585ea6

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
@@ -1035,7 +1035,7 @@ void CheckDataFiles()
10351035
};
10361036

10371037
static const SIncompatibleVersion incompatibleVersions[] = {
1038-
{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.
1038+
{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.
10391039
};
10401040

10411041
static bool bChecked = false;

0 commit comments

Comments
 (0)