don't set deadflag on spectators
This commit is contained in:
		
							parent
							
								
									a8248b16a6
								
							
						
					
					
						commit
						4095eb7d59
					
				| 
						 | 
					@ -442,7 +442,6 @@ void() become_spectator = {
 | 
				
			||||||
	self.solid        = SOLID_NOT;
 | 
						self.solid        = SOLID_NOT;
 | 
				
			||||||
	self.movetype     = MOVETYPE_NOCLIP;
 | 
						self.movetype     = MOVETYPE_NOCLIP;
 | 
				
			||||||
	self.flags       |= FL_NOTARGET;
 | 
						self.flags       |= FL_NOTARGET;
 | 
				
			||||||
	self.deadflag     = DEAD_DEAD;
 | 
					 | 
				
			||||||
	self.view_ofs     = VEC_ORIGIN;
 | 
						self.view_ofs     = VEC_ORIGIN;
 | 
				
			||||||
	self.frame        = 0;
 | 
						self.frame        = 0;
 | 
				
			||||||
	self.modelindex   = modelindex_eyes;
 | 
						self.modelindex   = modelindex_eyes;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user