mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
fe5efe8b0b
commit
a3a5828300
1 changed files with 2 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue