summaryrefslogtreecommitdiff
path: root/games/hugo/patches/patch-ad
blob: ea54ff136849c4286eed8b2057182acb31a20c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2005/07/18 01:18:59 kristerw Exp $

--- source/hdtools.c.orig	Mon Jan 17 21:10:00 2005
+++ source/hdtools.c	Mon Jul 18 03:09:11 2005
@@ -147,7 +147,7 @@
 	/* Scroll the window up a line if necessary */
 	if (tree_lines>=D_SCREENHEIGHT-1)
 	{
-		debug_windowscroll(1, 1, D_SCREENWIDTH, D_SCREENHEIGHT-1, UP, 1);
+		debug_windowscroll(1, 1, D_SCREENWIDTH, D_SCREENHEIGHT-1, EV_UP, 1);
 		debug_settextpos(1, D_SCREENHEIGHT-1);
 	}