summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/wormz/patches/patch-ad')
-rw-r--r--games/wormz/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/wormz/patches/patch-ad b/games/wormz/patches/patch-ad
new file mode 100644
index 00000000000..0206d24063f
--- /dev/null
+++ b/games/wormz/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2002/08/14 16:18:41 tron Exp $
+
+--- Game/Players.hh.orig Wed Sep 10 18:52:12 1997
++++ Game/Players.hh Wed Aug 14 18:01:20 2002
+@@ -23,7 +23,7 @@
+ void InitializeCrashBuffer();
+ bool IsSurround;
+ public:
+- const int MAXPlayers = 100;
++ static const int MAXPlayers = 100;
+ Players(FrameBuffer * _arena, FrameBuffer * _scorepanel,
+ Picture * _background, Picture * _wallborder, NetConnector * _network);
+ ~Players();