Typo fix.

This commit is contained in:
Steve 2018-02-10 17:25:11 +00:00
parent 0aa204ea71
commit db64944700
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ static void touch(Entity *other)
game.statShotsHit[WPN_LASER]++;
}
if (other->type == ET_BOB && !world.bob->stunTimer > 0)
if (other->type == ET_BOB && world.bob->stunTimer == 0)
{
other->dx = rrnd(-8, 8);
other->dy = rrnd(-12, 0);