diff options
Diffstat (limited to 'games/xpacman/files/patch-d')
-rw-r--r-- | games/xpacman/files/patch-d | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xpacman/files/patch-d b/games/xpacman/files/patch-d new file mode 100644 index 000000000000..0344538fbcd8 --- /dev/null +++ b/games/xpacman/files/patch-d @@ -0,0 +1,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*); |