Files
pkgsrc-ng/games/urban/patches/patch-aa
2013-09-26 17:14:40 +02:00

20 lines
548 B
Plaintext

$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) {