don't set deadflag on spectators

master
an 2019-09-21 01:23:31 -04:00
parent a8248b16a6
commit 4095eb7d59
1 changed files with 0 additions and 1 deletions

View File

@ -442,7 +442,6 @@ void() become_spectator = {
self.solid = SOLID_NOT;
self.movetype = MOVETYPE_NOCLIP;
self.flags |= FL_NOTARGET;
self.deadflag = DEAD_DEAD;
self.view_ofs = VEC_ORIGIN;
self.frame = 0;
self.modelindex = modelindex_eyes;