diff --git a/neo/d3xp/ai/AI_events.cpp b/neo/d3xp/ai/AI_events.cpp index 394561a..392d2b8 100644 --- a/neo/d3xp/ai/AI_events.cpp +++ b/neo/d3xp/ai/AI_events.cpp @@ -2489,7 +2489,7 @@ void idAI::Event_ThrowMoveable( void ) { } if ( moveable ) { moveable->Unbind(); - moveable->PostEventMS( &EV_SetOwner, 200, NULL ); + moveable->PostEventMS( &EV_SetOwner, 200, 0 ); } } @@ -2510,7 +2510,7 @@ void idAI::Event_ThrowAF( void ) { } if ( af ) { af->Unbind(); - af->PostEventMS( &EV_SetOwner, 200, NULL ); + af->PostEventMS( &EV_SetOwner, 200, 0 ); } }