2013-09-26 17:14:40 +02:00

14 lines
467 B
Plaintext

$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();