Skip to content

Commit 934c1d6

Browse files
authored
Fix #2936 Toggling car lights makes windows invisible when viewed from inside (#3581)
1 parent 43cc7b3 commit 934c1d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client/multiplayer_sa/CMultiplayerSA.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,9 @@ void CMultiplayerSA::InitHooks()
15711571
// Allow switch weapon during jetpack task (#3569)
15721572
MemSetFast((void*)0x60D86F, 0x90, 19);
15731573

1574+
// Fix invisible vehicle windows when lights are on (#2936)
1575+
MemPut<BYTE>(0x6E1425, 0);
1576+
15741577
InitHooks_CrashFixHacks();
15751578

15761579
// Init our 1.3 hooks.

0 commit comments

Comments
 (0)