From c834f8e5eed176c1d030c893100d95cc318e0d5b Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 17 Jul 2002 02:09:00 +0000 Subject: [PATCH] changed d2x-ogl to d2x-gl --- d2x-ogl.sh => d2x-gl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename d2x-ogl.sh => d2x-gl.sh (88%) diff --git a/d2x-ogl.sh b/d2x-gl.sh similarity index 88% rename from d2x-ogl.sh rename to d2x-gl.sh index 8f042b542..d7a0c5715 100644 --- a/d2x-ogl.sh +++ b/d2x-gl.sh @@ -26,7 +26,7 @@ export __GL_SYNC_TO_VBLANK="1" export __GL_FSAA_MODE="3" # # Note: this is *mandatory* with single-threaded applications -# like d2x-ogl on systems equipped with NVidia cards and an old +# like d2x-gl on systems equipped with NVidia cards and an old # version of ld.so. # (see /usr/share/doc/NVIDIA_GLX-1.0/README) # @@ -35,7 +35,7 @@ export __GL_SINGLE_THREADED="1" # Finally, run the real game. # All switches can be overwritten by command-line arguments. # -nice /usr/games/d2x-ogl.real -tmap fp -nocdrom -nomovies \ +nice /usr/games/d2x-gl.real -tmap fp -nocdrom -nomovies \ -gl_mipmap -gl_alttexmerge -gl_reticle 2 \ -nofades \ $1 $2 $3 $4 $5