pkgsrc/games/wormz/patches/patch-ak

13 lines
385 B
Text

$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: