summaryrefslogtreecommitdiff
path: root/games/hugo/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/hugo/patches/patch-af')
-rw-r--r--games/hugo/patches/patch-af22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/hugo/patches/patch-af b/games/hugo/patches/patch-af
new file mode 100644
index 00000000000..68c1d707dc2
--- /dev/null
+++ b/games/hugo/patches/patch-af
@@ -0,0 +1,22 @@
+$NetBSD: patch-af,v 1.1 2004/05/28 14:24:04 dillo Exp $
+
+--- source/hdwindow.c.orig 2004-01-05 20:22:00.000000000 +0100
++++ source/hdwindow.c
+@@ -349,7 +349,7 @@ SelectThisItem:
+
+ switch (event.object)
+ {
+- case UP:
++ case EV_UP:
+ {
+ /* if previous item is a separator */
+ if (menu[m][--selection][0]=='-')
+@@ -920,7 +920,7 @@ PrintChoices:
+ {
+ switch (event.object)
+ {
+- case UP:
++ case EV_UP:
+ {
+ if (this==1) break;
+ if (--this < first) first--;