1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/games/urban/files/patch-src::config::config.cc
Pav Lucistnik 5a6d074e7b Add urban, 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.

PR:		ports/61863
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-01-25 23:02:00 +00:00

18 lines
457 B
C++

--- src/config/config.cc.orig Sun Jun 6 15:37:17 1999
+++ src/config/config.cc Sun Jan 25 23:34:40 2004
@@ -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"
+" 2. 4 buttons"
+" 3. 6 buttons"
+" 4. 8 buttons", 160, 140);
int running = 1;
while(running) {