13 lines
467 B
Text
13 lines
467 B
Text
$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();
|