summaryrefslogtreecommitdiff
path: root/games/urban/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'games/urban/patches/patch-ag')
-rw-r--r--games/urban/patches/patch-ag15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/urban/patches/patch-ag b/games/urban/patches/patch-ag
new file mode 100644
index 00000000000..04919a74e3f
--- /dev/null
+++ b/games/urban/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1.1.1 2004/04/16 18:18:29 xtraeme Exp $
+
+--- src/engine/game.cc.orig Mon Jun 7 17:20:59 1999
++++ src/engine/game.cc Sun Jan 25 23:33:14 2004
+@@ -93,10 +93,10 @@
+ char *demo_filename;
+
+ struct PlayerData DefaultPData = {
+- {3},
++ 3,
+ {-1, 0, 0, 0, 0, 0, 0, 0, 0, 0},
+ {1, 0, 0, 0, 0, 0, 0, 0, 0, 0},
+- {300}, {0}
++ 300, 0
+ };