mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-01-30 04:00:40 +00:00
Reduced vulture fly speed to 10 in missionpack DLL.
This commit is contained in:
parent
46d73f0f42
commit
124642a661
1 changed files with 5 additions and 5 deletions
|
@ -289,11 +289,11 @@ void vulture_walk (edict_t *self)
|
|||
|
||||
mframe_t vulture_frames_fly [] =
|
||||
{
|
||||
ai_run, 15, NULL,
|
||||
ai_run, 15, vulture_flap,
|
||||
ai_run, 15, NULL,
|
||||
ai_run, 15, NULL,
|
||||
ai_run, 15, NULL
|
||||
ai_run, 10, NULL,
|
||||
ai_run, 10, vulture_flap,
|
||||
ai_run, 10, NULL,
|
||||
ai_run, 10, NULL,
|
||||
ai_run, 10, NULL
|
||||
};
|
||||
mmove_t vulture_move_fly = {FRAME_fly1, FRAME_fly5, vulture_frames_fly, NULL};
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue