c82f5ccf39
URBAN is a bloody, violent sidescrolling shoot-em-up in which you're a renegade military cyborg fighting your way out of the military base where you were created.
19 lines
548 B
Text
19 lines
548 B
Text
$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) {
|