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:
parent
5cbcec8283
commit
4ffbf6fe06
1 changed files with 14 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue