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.
13 lines
461 B
Text
13 lines
461 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2004/04/16 18:18:28 xtraeme Exp $
|
|
|
|
--- src/meny/meny.cc.orig Fri Jul 2 02:23:30 1999
|
|
+++ src/meny/meny.cc Sun Jan 25 23:17:19 2004
|
|
@@ -124,7 +124,7 @@
|
|
return 1;
|
|
}
|
|
/*****************************************************************************************/
|
|
-int Do_Menu(char *text, int num_items, int pos = 1) {
|
|
+int Do_Menu(char *text, int num_items, int pos) {
|
|
PALETTE pal;
|
|
UrbanFont m(LARGE_FONT);
|
|
m.SetScale(65);
|