mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2025-02-24 12:11:45 +00:00
Fix comparison
This commit is contained in:
parent
60f29560f3
commit
38e807223d
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ MONSTERINFO_DUCK(guncmdr_duck) (edict_t *self, gtime_t eta) -> bool
|
|||
|
||||
if ((self->monsterinfo.active_move == &guncmdr_move_fire_chain_dodge_left) ||
|
||||
(self->monsterinfo.active_move == &guncmdr_move_fire_chain_dodge_right) ||
|
||||
(self->monsterinfo.active_move == &guncmdr_move_attack_grenade_back_dodge_right) ||
|
||||
(self->monsterinfo.active_move == &guncmdr_move_attack_grenade_back_dodge_left) ||
|
||||
(self->monsterinfo.active_move == &guncmdr_move_attack_grenade_back_dodge_right) ||
|
||||
(self->monsterinfo.active_move == &guncmdr_move_attack_mortar_dodge))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue