summaryrefslogtreecommitdiff
path: root/games/xpacman/files/patch-d
blob: 0344538fbcd8c510fd577cd1cc4dbe557d19a1e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ghost.h.orig	Sun Jan  9 01:49:42 2000
+++ ghost.h	Sun Jan  9 01:50:05 2000
@@ -31,7 +31,7 @@
 Ghost(COLOURTYPE,int,int);		//constructor with coordinates
 ~Ghost();				//destructor
 void draw(void);			//draw the ghost
-go(Pacman*);				//go for pacman: do ghost code
+int go(Pacman*);			//go for pacman: do ghost code
 typ is_a(void) {return classGhost;}    
 void eat(void);				//when pacman eats ghost
 void getxy(int*,int*);