diff options
Diffstat (limited to 'games/bzflag/files/patch-bzfs.cxx')
-rw-r--r-- | games/bzflag/files/patch-bzfs.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/bzflag/files/patch-bzfs.cxx b/games/bzflag/files/patch-bzfs.cxx deleted file mode 100644 index 2ffe611b4616..000000000000 --- a/games/bzflag/files/patch-bzfs.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bzfs/bzfs.cxx.orig Sat Nov 23 15:03:31 2002 -+++ src/bzfs/bzfs.cxx Sat Nov 23 15:03:45 2002 -@@ -2805,7 +2805,7 @@ - static WorldInfo *defineWorldFromFile(const char *filename) - { - // open file -- ifstream input(filename, ios::in | ios::nocreate); -+ ifstream input(filename, ios::in); - if (!input) { - cerr << "could not find bzflag world file : " << filename << endl; - return NULL; |