blob: 0206d24063fbd8976123c7f39999eee06aacccea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();
|