pkgsrc/games/wormz/patches/patch-aj

13 lines
346 B
Text

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