Skip to content

Commit

Permalink
Test fix for crash possibly introduced in 06a3768
Browse files Browse the repository at this point in the history
  • Loading branch information
lopezloo committed Oct 7, 2017
1 parent 510990e commit 47e416b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/CClientPed.cpp
Expand Up @@ -1413,7 +1413,7 @@ void CClientPed::WarpIntoVehicle ( CClientVehicle* pVehicle, unsigned int uiSeat
// Swim tasks
KillTask ( TASK_PRIORITY_EVENT_RESPONSE_NONTEMP );
// Jump & vehicle enter/exit & custom animation tasks
KillTask ( TASK_PRIORITY_PRIMARY );
m_pTaskManager->RemoveTask ( TASK_PRIORITY_PRIMARY );

KillTaskSecondary ( TASK_SECONDARY_ATTACK );

Expand Down

0 comments on commit 47e416b

Please sign in to comment.