summaryrefslogtreecommitdiff
path: root/games/xpacman/files/patch-board.cc
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpacman/files/patch-board.cc')
-rw-r--r--games/xpacman/files/patch-board.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/xpacman/files/patch-board.cc b/games/xpacman/files/patch-board.cc
deleted file mode 100644
index 84096693f508..000000000000
--- a/games/xpacman/files/patch-board.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- board.cc.orig Tue Jul 18 11:03:22 1995
-+++ board.cc Mon Mar 10 20:52:04 2008
-@@ -527,6 +527,7 @@
- void Board::sprite(DynamicElement *g) { //let dynamicelement be a sprite
- liststruct *temp=0,*last=0; //resets to null
- liststruct *ny=new liststruct; //get a new liststruct
-+ ny->next = 0;
- ny->g=g; //get pointer to element
- ny->gid=g->getgid(); //get it's grafical id
- g->getxy(&ny->x,&ny->y); //and coordinates