This commit is contained in:
parent
49e1b9bfda
commit
12b6a1f2cb
9 changed files with 113 additions and 45 deletions
|
@ -447,7 +447,9 @@ void CLevel::initThings(int _respawningLevel)
|
|||
createThisPickup=false;
|
||||
}
|
||||
|
||||
if((PICKUP_TYPE)ItemList->Type==PICKUP__NET&&_respawningLevel)
|
||||
if(((PICKUP_TYPE)ItemList->Type==PICKUP__NET||
|
||||
(PICKUP_TYPE)ItemList->Type==PICKUP__HELMET)&&
|
||||
_respawningLevel)
|
||||
{
|
||||
createThisPickup=false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue