summaryrefslogtreecommitdiff
path: root/games/urban/patches/patch-aa
blob: 78b487a64db6fdcc450fca1b670ed368654b64d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.1.1.1 2004/04/16 18:18:27 xtraeme Exp $

--- src/config/config.cc.orig	2004-04-16 19:31:36.000000000 +0200
+++ src/config/config.cc	2004-04-16 19:32:17.000000000 +0200
@@ -91,10 +91,10 @@
 	/* Ask for the number of buttons */
 
         fnt.print_centre("Gamepad type:", 160, 100);
-	fnt.print_centre("  1. 2 buttons
-  2. 4 buttons
-  3. 6 buttons
-  4. 8 buttons", 160, 140);
+	fnt.print_centre("  1. 2 buttons\n"
+  "2. 4 buttons\n"
+  "3. 6 buttons\n"
+  "4. 8 buttons", 160, 140);
 	int running = 1;
 
 	while(running) {