holy water has been sprinkled on the dancing corpses. they dance no more

also a little whitespace
This commit is contained in:
Bill Currie 2000-12-12 06:17:02 +00:00
parent 0c662b0e6a
commit c765120903
3 changed files with 29 additions and 12 deletions

View file

@ -668,7 +668,11 @@ R_SetupAliasBlendedFrame (int frame, aliashdr_t *paliashdr, entity_t *e, qboolea
if (e->pose2 != pose) {
e->frame_start_time = realtime;
e->pose1 = e->pose2;
if (e->pose2 == -1) {
e->pose1 = pose;
} else {
e->pose1 = e->pose2;
}
e->pose2 = pose;
blend = 0;
} else {