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

--- include/Filler.hh.orig	Sat Nov  1 12:49:56 1997
+++ include/Filler.hh	Wed Aug 14 18:11:57 2002
@@ -9,7 +9,7 @@
 class Filler {
   public:
     int ImageWidth;
-    const int ImageSize = 5;
+    static const int ImageSize = 5;
     FillerType_t type;
     int ImageHS;
   protected: