diff --git a/neo/d3xp/Item.cpp b/neo/d3xp/Item.cpp index 17521c6..4dc3882 100644 --- a/neo/d3xp/Item.cpp +++ b/neo/d3xp/Item.cpp @@ -294,7 +294,7 @@ void idItem::Spawn( void ) { if ( !ent ) { gameLocal.Error( "Item couldn't find owner '%s'", giveTo.c_str() ); } - PostEventMS( &EV_Touch, 0, ent, NULL ); + PostEventMS( &EV_Touch, 0, ent, 0 ); } #ifdef CTF