summarylogtreecommitdiffstats
path: root/funnyboat-cursor-patch.patch
diff options
context:
space:
mode:
authorJose Riha2024-02-02 21:34:46 +0100
committerJose Riha2024-02-02 21:34:46 +0100
commit90ca2b2be90b150f0c0c5edf3d0ca84b4687eeb5 (patch)
tree659aae5e0f119bee65c20218d45246b060630725 /funnyboat-cursor-patch.patch
parent10d9bf2824cd995eae4f37fd5bb31346a6f5a4e1 (diff)
downloadaur-funnyboat.tar.gz
Adopted Debian patches and migrated to python3.
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