Added gl_loadmd2 and gl_loadmd3 to the FPS presets. Just suggestions, change it to whatever pleases you.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2609 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-23 01:09:10 +00:00
parent fe5efe8b0b
commit a3a5828300
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@ presetinfo_t preset[] =
{"r_shadow_realtime_world",{"0", "0", "0", "0", "1"}},
{"gl_detail", {"0", "0", "0", "1", "1"}},
{"gl_load24bit", {"0", "0", "1", "1", "1"}},
{"gl_loadmd2", {"0", "0", "1", "1", "1"}},
{"gl_loadmd3", {"0", "0", "0", "1", "1"}},
{"r_waterwarp", {"0", "-1", "1", "1", "1"}},
{"r_lightstylesmooth", {"0", "0", "0", "1", "1"}},
{NULL}