summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-03-21 22:47:00 +0000
committerwill <will@FreeBSD.org>2000-03-21 22:47:00 +0000
commitbb538c8ce5c43a9039e1885ad00f22dd17dc9c77 (patch)
tree66251b7eee75847a05f5117e546ed26ae6711d51 /games
parent86ec9d29933e6639da1aa6f6ec3c0f7234bcd5de (diff)
downloadFreeBSD-ports-bb538c8ce5c43a9039e1885ad00f22dd17dc9c77.zip
FreeBSD-ports-bb538c8ce5c43a9039e1885ad00f22dd17dc9c77.tar.gz
Change email address for MAINTAINER to my @FreeBSD.org.
Add patches/patch-ag, which fixes the problem where there was an undefined variable in class _map, which caused very weird things to happen during the game. I'm surprised the compiler didn't catch this. Submitted by: msmith, "S.C.Sprong" <s.c.sprong@student.utwente.nl>
Diffstat (limited to 'games')
-rw-r--r--games/xkobo/Makefile2
-rw-r--r--games/xkobo/files/patch-ag11
2 files changed, 12 insertions, 1 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile
index 6505b7c..2826b4b 100644
--- a/games/xkobo/Makefile
+++ b/games/xkobo/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://ftp.uoknor.edu/mirrors/X/contrib/games/
MASTER_SITE_SUBDIR= games
-MAINTAINER= andrews@technologist.com
+MAINTAINER= will@FreeBSD.org
USE_IMAKE= yes
ALL_TARGET= xkobo
diff --git a/games/xkobo/files/patch-ag b/games/xkobo/files/patch-ag
new file mode 100644
index 0000000..c9b6e3d
--- /dev/null
+++ b/games/xkobo/files/patch-ag
@@ -0,0 +1,11 @@
+--- map.C Wed Mar 13 11:34:31 1996
++++ map.C.new Mon Mar 20 22:00:29 2000
+@@ -26,6 +26,8 @@
+
+ void _map::init()
+ {
++ sx = 1 << MAP_SIZEX_LOG2;
++ sy = 1 << MAP_SIZEY_LOG2;
+ int i, j;
+ for (i=0; i<sx; i++)
+ for (j=0; j<sy; j++)
OpenPOWER on IntegriCloud