mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2026-03-20 00:49:33 +01:00
Update 1 changes
This commit is contained in:
@@ -248,9 +248,6 @@ void Item_UpdateState( edict_t * item ) {
|
||||
}
|
||||
}
|
||||
|
||||
// track who has picked us up so far...
|
||||
item->sv.pickedup_list = item->item_picked_up_by;
|
||||
|
||||
const item_id_t itemID = item->item->id;
|
||||
if ( itemID == IT_FLAG1 || itemID == IT_FLAG2 ) {
|
||||
item->sv.ent_flags |= SVFL_IS_OBJECTIVE;
|
||||
@@ -529,4 +526,4 @@ const edict_t * FindActorUnderCrosshair( const edict_t * player ) {
|
||||
}
|
||||
|
||||
return traceEnt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user