summarylogtreecommitdiffstats
path: root/funnyboat-cursor-patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'funnyboat-cursor-patch.patch')
-rw-r--r--funnyboat-cursor-patch.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/funnyboat-cursor-patch.patch b/funnyboat-cursor-patch.patch
new file mode 100644
index 000000000000..18935cfc684d
--- /dev/null
+++ b/funnyboat-cursor-patch.patch
@@ -0,0 +1,21 @@
+From: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Date: Fri, 10 May 2013 18:02:13 +0200
+Subject: funnyboat-cursor-patch
+
+---
+ main.py | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/main.py b/main.py
+index 32f6371..f3a8bfa 100644
+--- a/main.py
++++ b/main.py
+@@ -62,6 +62,8 @@ def main():
+ pygame.display.set_icon(util.load_image("kuvake"))
+ pygame.display.set_caption("Trip on the Funny Boat")
+
++ pygame.mouse.set_visible(False)
++
+ init()
+
+ joy = None