summaryrefslogtreecommitdiff
path: root/games/fgfs-base/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /games/fgfs-base/files/patch-aa
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'games/fgfs-base/files/patch-aa')
-rw-r--r--games/fgfs-base/files/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/fgfs-base/files/patch-aa b/games/fgfs-base/files/patch-aa
deleted file mode 100644
index 714120858204..000000000000
--- a/games/fgfs-base/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- Simulator/Main/splash.cxx.orig Wed May 12 19:16:17 1999
-+++ Simulator/Main/splash.cxx Sat Jun 26 22:31:54 1999
-@@ -123,7 +123,8 @@
- xglMatrixMode(GL_PROJECTION);
- xglPushMatrix();
- xglLoadIdentity();
-- gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight());
-+ if (current_view.get_winWidth() && current_view.get_winHeight())
-+ gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight());
- xglMatrixMode(GL_MODELVIEW);
- xglPushMatrix();
- xglLoadIdentity();