fix eyes giving invalid frames
This commit is contained in:
parent
df8107d247
commit
ae5c37af74
|
@ -316,6 +316,7 @@ void() become_spectator = {
|
||||||
self.flags |= FL_NOTARGET;
|
self.flags |= FL_NOTARGET;
|
||||||
self.deadflag = DEAD_DEAD;
|
self.deadflag = DEAD_DEAD;
|
||||||
self.view_ofs = VEC_ORIGIN;
|
self.view_ofs = VEC_ORIGIN;
|
||||||
|
self.frame = 0;
|
||||||
self.modelindex = modelindex_eyes;
|
self.modelindex = modelindex_eyes;
|
||||||
W_SetCurrentAmmo();
|
W_SetCurrentAmmo();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user