Skip to content

Commit daf6201

Browse files
Synchronize changes from 1.6 master branch [ci skip]
0db5619 Fix #3588 Transparent Vehicles when turning lights ON & #1391 Backface culling occurs when vehicle light state is on (#3589)
2 parents df71d37 + 0db5619 commit daf6201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/multiplayer_sa/CMultiplayerSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ void CMultiplayerSA::InitHooks()
15721572
MemSetFast((void*)0x60D86F, 0x90, 19);
15731573

15741574
// Fix invisible vehicle windows when lights are on (#2936)
1575-
MemPut<BYTE>(0x6E1425, 0);
1575+
MemPut<BYTE>(0x6E1425, 1);
15761576

15771577
InitHooks_CrashFixHacks();
15781578

0 commit comments

Comments
 (0)