summarylogtreecommitdiffstats
path: root/funnyboat-cursor-patch.patch
blob: 18935cfc684df237fc92d0360849b375af4c0800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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