Silly mistake, made the directx9 option select the d3d7 renderer by

mistake.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2903 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2008-02-02 15:52:14 +00:00
parent 4ffbf6fe06
commit 12d0492566
1 changed files with 1 additions and 1 deletions

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 d3d7\n", RESTRICT_LOCAL);
Cbuf_AddText("setrenderer d3d9\n", RESTRICT_LOCAL);
break;
}
M_RemoveMenu(menu);