X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fpacman_ai.c;h=070f9aa5fe3debb997e419605432339a95ff5614;hp=1452226af93e19af2d81e9e76c787482df8cbd00;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hpb=5f1f12f2a37da634000f96d18d59cc73a8814ef7 diff --git a/hacks/pacman_ai.c b/hacks/pacman_ai.c index 1452226a..070f9aa5 100644 --- a/hacks/pacman_ai.c +++ b/hacks/pacman_ai.c @@ -609,10 +609,8 @@ static void pac_chasing (pacmangamestruct * pp, pacmanstruct * p) { int posdirs[DIRVECS], nrdirs, i, highest = -(1 << 16), - score, dir = 0, prox, worst = 0; - int vx, vy; - - prox = pac_ghost_prox_and_vector (pp, p, &vx, &vy); + score, dir = 0, worst = 0; + int vx = 0, vy = 0; nrdirs = pac_get_posdirs (pp, p, posdirs); @@ -629,7 +627,6 @@ pac_chasing (pacmangamestruct * pp, pacmanstruct * p) } nrdirs--; posdirs[worst] = 0; - highest = -(1 << 16); /* get last possible direction if all else fails */