Updates to g_cmds.c

This commit is contained in:
Walter Julius Hennecke 2014-02-21 19:18:43 +01:00
parent 2763fd4b8d
commit f2b05eb994

View file

@ -413,8 +413,9 @@ static void Cmd_Give_f(gentity_t *ent) {
}
//What the absolute fudge?! What the hell is causing the EVA Suit to activate!?
if (!(ent->flags & FL_EVOSUIT))
if ((ent->flags & FL_EVOSUIT) == 0) {
ps->powerups[PW_EVOSUIT] = 0;
}
}
/*