diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 20:16:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 20:16:07 +0000 |
commit | 9b9f2251a6ef86b1544c4ba545247cd7ea1f26bf (patch) | |
tree | afa3008ec62535062028d1c4e58ec2f6f6c956b0 /games/bzflag/files/patch-bzfs.cxx | |
parent | upgrade to 0.1.10 (diff) |
upgrade to 1.7g0
PR: 46586
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=72461
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; |