summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-ak
blob: eb8e3b2fb801be9a3bdf1311d518417362f000ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1 2002/08/14 16:18:42 tron Exp $

--- Client/ScoreTable.hh.orig	Sat Nov  1 12:50:14 1997
+++ Client/ScoreTable.hh	Wed Aug 14 18:12:55 2002
@@ -8,7 +8,7 @@
 
 class ScoreTable : public Group {
   protected:
-    const int showitems = 10;
+    static const int showitems = 10;
     StaticText * points[showitems];
     StaticText * names[showitems];    
   public: