mirror of
https://github.com/yquake2/zaero.git
synced 2024-11-24 21:01:43 +00:00
Fix non-moving soldiers
This commit is contained in:
parent
be4833ab5f
commit
8770845581
1 changed files with 0 additions and 1 deletions
|
@ -599,7 +599,6 @@ mmove_t soldier_move_attack3 = {FRAME_attak301, FRAME_attak309, soldier_frames_a
|
|||
void soldier_fire4 (edict_t *self)
|
||||
{
|
||||
soldier_fire (self, 3);
|
||||
self->monsterinfo.nextframe = FRAME_attak402;
|
||||
}
|
||||
|
||||
mframe_t soldier_frames_attack4 [] =
|
||||
|
|
Loading…
Reference in a new issue