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