diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-17 02:18:05 +0000 |
commit | 6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch) | |
tree | 83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /games/fgfs-base/files/patch-aa | |
parent | Revert to rev. 1.4, which will restore some bugs in the previous version (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Diffstat (limited to 'games/fgfs-base/files/patch-aa')
-rw-r--r-- | games/fgfs-base/files/patch-aa | 12 |
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(); |