diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-15 11:43:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-15 11:43:02 +0000 |
commit | 6dda11bf5ffc38a2aad5813b518ca43de1c59c77 (patch) | |
tree | f74d72e7caffe6822877cfa8cb79e4219d1a35f8 /games/xye/patches | |
parent | 921bc16908649b4d6e3df601acecfdc99ffa0461 (diff) | |
download | pkgsrc-6dda11bf5ffc38a2aad5813b518ca43de1c59c77.tar.gz |
update to 0.9.1
changes:
-new objects, editor features, levels
-fixes
-ability to record solutions to level files
Diffstat (limited to 'games/xye/patches')
-rw-r--r-- | games/xye/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xye/patches/patch-aa b/games/xye/patches/patch-aa index 79fd330f0ef..625c3709eb4 100644 --- a/games/xye/patches/patch-aa +++ b/games/xye/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2009/09/15 11:43:02 drochner Exp $ ---- src/options.cpp.orig 2008-01-13 00:37:12.000000000 +0100 +--- src/options.cpp.orig 2009-07-27 03:02:29.000000000 +0200 +++ src/options.cpp @@ -21,6 +21,7 @@ Permission is granted to anyone to use t #include "options.h"
@@ -8,5 +8,5 @@ $NetBSD: patch-aa,v 1.1 2008/07/03 10:22:39 drochner Exp $ +#include <unistd.h> - #include <iostream>
- #include <fstream>
+ #include<iostream>
+ #include<fstream>
|