1
0
Fork 0
forked from fte/fteqw

Fix to r2901 hopefully, if it isn't, revert back to r2900

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2902 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2008-02-02 15:46:14 +00:00
parent 5cbcec8283
commit 4ffbf6fe06

View file

@ -1280,7 +1280,7 @@ qboolean M_VideoApply (union menuoption_s *op,struct menu_s *menu,int key)
Cbuf_AddText("setrenderer d3d7\n", RESTRICT_LOCAL);
break;
case 3:
Cbuf_AddText("setrenderer d3d9\n", RESTRICT_LOCAL);
Cbuf_AddText("setrenderer d3d7\n", RESTRICT_LOCAL);
break;
}
M_RemoveMenu(menu);