1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/xpacman/files/patch-d
2000-01-09 09:53:13 +00:00

12 lines
430 B
Plaintext

--- 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*);