Package: funnyboat
Version: 1.5-4
Severity: wishlist
Tags: patch
When funnyboat runs, it displays the cursor. This is senseless, since
funnyboat does not use the mouse for anything, and the cursor gets in
the way. As it is, the player has to manually move the cursor out of
the way every time he plays. This patch fixes that.
-Brandon
--- main.py.orig 2008-04-22 23:46:13.000000000 -0700
+++ main.py 2008-04-22 23:40:16.000000000 -0700
@@ -62,6 +62,8 @@
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