I'm not in front of my 3dgs-PC, so I'm not sure. But you could try

Quote:
if (victim == jet)


instead of

Quote:
if (victim != NULL)


Or use
Quote:
if (victim != jet) { victim = null; }
insisde the while {}