diff options
Diffstat (limited to 'games/xpacman/files/patch-e')
-rw-r--r-- | games/xpacman/files/patch-e | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xpacman/files/patch-e b/games/xpacman/files/patch-e deleted file mode 100644 index 59ffd1f491d2..000000000000 --- a/games/xpacman/files/patch-e +++ /dev/null @@ -1,11 +0,0 @@ ---- ghost.cc.orig Sun Jan 9 01:50:15 2000 -+++ ghost.cc Sun Jan 9 01:50:37 2000 -@@ -165,7 +165,7 @@ - } - } - --Ghost::go(Pacman *pac) { //go for pacman: do ghost code -+int Ghost::go(Pacman *pac) { //go for pacman: do ghost code - typ w; //what type is at next coordinates - int i=1; //moved or not? - int xx,yy; //coordinates |