X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fpacman_ai.c;h=1452226af93e19af2d81e9e76c787482df8cbd00;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hp=0da72384017f70369ef3ffd85e50fa9424f7713e;hpb=447db08c956099b3b183886729108bf5b364c4b8;p=xscreensaver diff --git a/hacks/pacman_ai.c b/hacks/pacman_ai.c index 0da72384..1452226a 100644 --- a/hacks/pacman_ai.c +++ b/hacks/pacman_ai.c @@ -177,7 +177,7 @@ ghost_hiding (pacmangamestruct * pp, ghoststruct * g) } #if 1 -void +static void clear_trace(ghoststruct *g) { int i = 0; @@ -310,7 +310,7 @@ recur_back_track ( pacmangamestruct * pp, ghoststruct *g, int row, int col ){ return False; } -void +static void find_home ( pacmangamestruct *pp, ghoststruct *g ){ int i; int r,c;