diff --git a/src/g_monster.c b/src/g_monster.c index a4c8282..b5dff19 100644 --- a/src/g_monster.c +++ b/src/g_monster.c @@ -1126,7 +1126,10 @@ walkmonster_start_go(edict_t *self) self->yaw_speed = 20; } - self->viewheight = 25; + if (!self->viewheight) + { + self->viewheight = 25; + } monster_start_go(self);