Skip to content

Commit 7ec3345

Browse files
committed
CWorldSA: remove inverted check from HOOK_FallenCars
1 parent 24fb0cc commit 7ec3345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/game_sa/CWorldSA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void _declspec(naked) HOOK_FallenPeds()
5555

5656
void _declspec(naked) HOOK_FallenCars()
5757
{
58-
if (pGame && !pGame->IsUnderWorldWarpEnabled())
58+
if (pGame && pGame->IsUnderWorldWarpEnabled())
5959
{
6060
_asm
6161
{

0 commit comments

Comments
 (0)