summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/trackballs/files/1.0.0-drift.patch')
-rw-r--r--games-action/trackballs/files/1.0.0-drift.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/games-action/trackballs/files/1.0.0-drift.patch b/games-action/trackballs/files/1.0.0-drift.patch
deleted file mode 100644
index d22d208e6937..000000000000
--- a/games-action/trackballs/files/1.0.0-drift.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/player.cc.orig 2005-01-25 19:15:11.000000000 -0500
-+++ src/player.cc 2005-01-25 19:15:26.000000000 -0500
-@@ -68,6 +68,7 @@
-
- if(!Game::current) return;
- if(!playing) return;
-+ dx = dy = 0.0;
- Map *map = Game::current->map;
- health+=t * 0.4; if(health > 1.0) health = 1.0;
-